I think this is a brilliant package, but is there a way I can use this package to use the uploadify 'upload' method rather than auto? I've switched the auto property to false and followed the instruction here on the uploadify site (http://www.uploadify.com/documentation/uploadify/upload/) to trigger the upload method on the link.
When I try it with this script is doesn't seem to do anything, the file sits in the queue and does not get uploaded.
I presume you changed the "Uploadify.ascx" file and replaced "'auto': true," with "'auto': false,". If so, that should be enough to make change you need. If it's not working, that's more down to Uploadify usage, as we didn't change Uploadify.
Using the 'upload' method rather than auto
Hi,
I think this is a brilliant package, but is there a way I can use this package to use the uploadify 'upload' method rather than auto? I've switched the auto property to false and followed the instruction here on the uploadify site (http://www.uploadify.com/documentation/uploadify/upload/) to trigger the upload method on the link.
When I try it with this script is doesn't seem to do anything, the file sits in the queue and does not get uploaded.
Thanks,
Bij
Hi Bijesh,
I presume you changed the "Uploadify.ascx" file and replaced "'auto': true," with "'auto': false,".
If so, that should be enough to make change you need. If it's not working, that's more down to Uploadify usage, as we didn't change Uploadify.
Cheers,
Emanuel
is working on a reply...