Flash File Uploader v3.11 – Details Bugfix

uploader.jpg

Due to old code in the the index.php file, the details checkbox wasn’t displaying file information and thumbnails for file lists in custom directories. This has been fixed and re-uploaded in a new .rar file of this project. The link is the same as the last one.

Comments and feedback always welcome. Thanks again, Mike, for the assistance and to [d]online commenter, TimD, for pointing this to my attention.

Musikal Chairs Launched

Musikal Chairs

This weekend, we launched a free online service called Musikal Chairs. The application, commissioned and built by Lyrek, Inc., allows for users to create events, import contacts/guests, create venues, assign seating and print full-color venue floor plans, seating charts, seating cards, attendee lists and a whole host of other features. Read more

Flash File Uploader v3.1 – File Name Rewrite

uploader.jpg

A number of posters on Donline have left comments requesting that the Flash File Uploader automatically replace file names with single and double quotes to alleviate the problems that derived from the uploader’s javascript functions (props, complete, etc.). The changes include file slash-stripping in the FLA (new function on lines 63-71 and calls on 93 and 114) and updates to the index.php and upload.php’s printing of file names, confirmation/error divs, and read-out of the GET string provided by the Flash.

As a result, some minor modifications to the Flash FLA, index.php and upload.php were made. I haven’t had time to thoroughly test this, but feel pretty good about it being solid. Regardless, I’m requiring all users of the scripts to still read and accept my disclaimer before proceeding.

Comments and feedback always welcome. Thanks again, Mike, for the assistance.

Flash File Uploader v3.0 – Custom Upload Directories

uploader.jpg

A number of posters on Donline have left comments requesting that the Flash File Uploader allow for users to specify a specific directory for the uploaded files. In the past, the uploader hardcoded the directory for uploads to be “/files”, with thumbnails automatically going into a newly-created child folder called “/.s/” (the auto-thumbnailing option was added in Version 2).

Some minor modifications to the Flash FLA, index.php and upload.php were made to enable users to specify their own directories for file uploads. Naturally, this opens up a security breach as wily coders can point to unspecified directories outside the current folder, if those directories are writeable. Hopefully, this won’t become an issue for you, but I’m requiring all users of the scripts to still read and accept my disclaimer before proceeding.

Read more

Flash File Uploader v3.0 – Custom Upload Directories

uploader.jpg

A number of posters on Donline have left comments requesting that the Flash File Uploader allow for users to specify a specific directory for the uploaded files. In the past, the uploader hardcoded the directory for uploads to be “/files/”, with thumbnails automatically going into a newly-created child folder called “/.s/” (the auto-thumbnailing option was added in Version 2).

Some minor modifications to the Flash FLA, index.php and upload.php were made to enable users to specify their own directories for file uploads. Naturally, this opens up a security breach as wily coders can point to unspecified directories outside the current folder, if those directories are writeable. Hopefully, this won’t become an issue for you, but I’m requiring all users of the scripts to still read and accept my disclaimer before proceeding.

Read more

Design Coding

I can’t really criticize this guy, because he’s absolutely right on almost everything he says. Actually, strangely, a great resource for people that have a hard time remembering encoding rules.