Due to popular demand (and numerous positive remarks from Donline viewers) Mike reformatted the PHP files associated with the Flash File Uploader to increase security, support auto-generated thumbnail caching and enable preview mode (prior to upload).
Flash File Uploader
Click the above link to go to the original Flash File Uploader posting on Donline with new source files.
Click the above link to go to the original Flash File Uploader posting on Donline with new source files.
Hi Don,
I cannot find the step by step instructions in the download and cannot acces them on the link you refered above.
Could you email please (I cannot acces megaupload also)
The uploader looks great, but I realy don’t know how to use it.
Thanks in advance,
JMarie
Hi JMarie,
The instructions may be found, here:
http://don.citarella.net/index.php/actionscript-examples/flash-file-uploader/
Best of luck,
Don
Don,
I have a similar request to Kelly back in ’08. Your upload script is working great for large files. Now, I just need to add in two text fields to the index page. I attempted to do this using a form and input boxes, but i cannot get $_POST to work in upload.php. It works great if I comment out the POSTs though. Is there any way I can get some assistance adding TITLE and DESCRIPTION fields to index.php that will POST to upload.php?
I see that adding my own HTML form will just not work.
Thanks, and hopefully you still monitor comments on this old post.
Hi Ken, You should be able to just add a textfield and then pass the field value to the GET string the same way the other variables are being passed. If you like, I can point you to an example.
Don,
When you say add a textfield, do you mean to the flash file? I tried adding a html field and it just woudlnt work with POST nor GET. An example would be appreciated.
(can you see my email address?)
Thanks
Hi Kenny, here is an example of what I mean. Search for “myField” in the two PHP files (upload, index) and in the actionscript code, and it should make more sense.
Best,
Don