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.
uploadifive and filename
  • In converting an existing uploadify to uploadifive using coldfusion as the server side I have run into an issue where I can't determine the filename on upload. The new form variable fileData[] looks like its supposed to have it but I can't seem to retrieve it on the upload page. I thought that perhaps fileData[] was a structure I could pull info from but cf doesn't recognize it as such. Help!
  • Hi rodonohoe,

    I too am developing with ColdFusion.

    I'm running into the same issue. ColdFusion cannot identify the uploaded image file.

    Did you resolve this issue?


    The issue occurs when using either Uploadifive or Uploadify.


    When using this...

    input id="file_upload" name="upload_file" type="file" multiple="true"

    ... with ...

    cffile action= "upload" FILEFIELD = "upload_file"

    ... error because "upload_file" is not passed.



    When using this...

    cffile action= "upload" FILEFIELD = "fileData"

    ... an error occurs because "fileData" is not an image file.


    Any ideas?

    Thanks, Mark
  • Having the original filename is quite necessary to determine how to process the uploaded file. I did not have this issue with Uploadify, only Uploadifive.

    PS: I believe this issue is specific to ColdFusion.

    Any progress on this?
  • vans shoes sale in our shop is so good !I'm running into the same issue. ColdFusion cannot identify the uploaded image file.
  • I am having an issue with getting this to work with CodeIgniter as well.. The beauty of Uploadify was the ability to set the name of the fileObjName. I don't understand why this hasn't been included with UploadiFive. Will this be rectified at some point or is there a reason why this was omitted...