Bugs

May 26, 2006 by ChihCheng Lee

the "Upload compelete" detect code have some bug.

The code is : if((lastFile==f.name)

but flash is upload the file "async", so, the upload list:

file1, file2, file3, file4

maybe upload with this order: file3 > file1 > file4 >file2

So, If we use this flash to upload file, maybe just upload 1 file

and got an "Upload Compelete" dialog, then keep upload other file..

 

Thanks

July 10, 2006 by backowall backowall
Hi Frank Beverdam, I got the source, everything works great now! Sorry about the harsh words before, but i've spend 2 days hammiering out code trying to find the a flash uploader that works. Yours is actual the best!! Thanks

addFiles not as secure as it sounds

September 6, 2006 by Aaron Campbell
The tutorial says: "Notice that you can't select files of other types. Now, is this cool or what?! Try to pull this off in HTML without extensive parsing by the server-side script!" This is not completely accurate. Simply type a * into the File Name box in the browse dialogue and press enter. Now you can see...AND select any file. Keep this in mind when you write your server-side code. You still want to parse these files to at least check types.

Source files doesn't work

June 17, 2007 by Fabio Vedovelli
Hello people from DMXZone. I have just downloaded the source code just to test before write it on my own, but when tryied to upload some JPGs I got this error: undefinedSecurity error occured while uploading undefined. Canyou please tell me about that? I need to see it in action before try to write following your instructions! Thanks a lot! Ved
See all 10 Reviews