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.
Urgent help please
  • Hey everybody,
    im in a desperate need of a plugin like this but it seems i cant get it work.
    I have a website in which all the pages are loading in a modal box.
    So for example i have a link like this services, when i click it it loads into the modal box. The thing is that i want this plugin to work inside my modalbox pages. I tried to load the uploadify plugin using the live jquery but i can't get it work. Example:

    jQuery(\"a.modalbox\").live(\"click\", function(){
    jQuery('#thumbnail').fileUpload({
    'uploader' : 'javascript/uploader.swf',
    'script' : 'javascript/upload.php',
    'cancelImg' : 'javascript/cancel.png',
    'auto' : true,
    'folder' : 'javascript/uploads'
    });
    jQuery('#modal').load(jQuery(this).attr(\"href\"));
    rest of the code
    .....

    Since i called it using live, it should had work
  • add the uploadify code to the services.php instead. As your only using for a div in this script it also makes sense to localize the content.

    No point loading stuff until it's needed.