Flash File Uploader (Updated)

June 17 2007 Categories: Code Examples, Miscellaneous Comments: 56

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).

 

comments

56 Responses to “Flash File Uploader (Updated)”

  1. Jean-Marie Imperore says:

    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

  2. Don says:

    Hi JMarie,

    The instructions may be found, here:
    http://don.citarella.net/index.php/actionscript-examples/flash-file-uploader/

    Best of luck,
    Don

  3. Ken says:

    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.

  4. Don says:

    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.

  5. Ken says:

    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

  6. Don says:

    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

Leave a Reply