This forum is a community forum meant for users of the plugin to collaborate and help solve issues with implementation, etc. Unfortunately, as the creator of the plugin, I do not have much time to attend to every request here as this is only a side project and I must work a full-time job to provide for my family. This is how I keep the Flash version free and the HTML5 version low cost.
UploadiFive 1.1.1 has been released which includes a small fix for added support on touch devices including iOS 6 devices.
File extenstion
  • Hi there

    Great code you have and I'm really like it.

    I think there is a littler problem with the "file ext".

    I tried to do this:

    'fileDesc' : 'Images Files',
    'fileExt' : '*.jpg;*.gif;*.bmp;*.png',


    but when the dialog window appear, I can write "*.txt" and to found other type of files and the to upload them. or at least, to try upload them.

    Is there anyway to prevent this?
  • the fileExt feature is a filtering function within the flash dialog. To prevent users from uploading invalid filetypes to your server you need to add server side validation. Ronnie has added some sample code to the upload script. Use that as a basis
  • TravisN, thanks for the great work here on this project.

    I have this working online now, and its getting several hundred uploads per day. Some of the non USA uploaders are uploading file names that have bad english characters in them, bad file name characters ($*/\' " & etc) and even just spaces in the filename. In order to keep this online, I need to make sure these files are actually my supported mime types, and make sure they are not uploading non usa character sets in the file names.

    Can you point me to some of the code samples showing server side form validation of the upload files NAME, and mime TYPE? Is anything coming up within the project updates to handle this situation?
    I havent had any luck finding solid documentation of code samples in the forum.

    ALSO, your forum registration is almost impossible. The captcha images are completely unreadable. Took me over 10 tries, and 2 different browers (it locks u out after too many tries). I am sure this is causing you to lose REAL new users.




    Thanks,