On 5/18/07, Jon Baer <[EMAIL PROTECTED]> wrote:
SWFUpload works pretty well ...

http://swfupload.mammon.se/

- Jon


Seconded.

You need to move the uploaded files into more permanent storage with
each backgroup request made by SWFUpload, because PHP will delete the
uploaded files if you don't move them. Store the file's locations in
the user's session.

Then when the containing form is submitted, you can check for any
stored files in $_SESSION and process them all together at once along
with the rest of the form data.

--
Chris Snyder
http://chxo.com/
_______________________________________________
New York PHP Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

NYPHPCon 2006 Presentations Online
http://www.nyphpcon.com

Show Your Participation in New York PHP
http://www.nyphp.org/show_participation.php

Reply via email to