SWFUpload is it possible to upload multiple files to a single php script execution

Posted by user176333 on Stack Overflow See other posts from Stack Overflow or by user176333
Published on 2010-03-29T14:30:49Z Indexed on 2010/03/29 14:33 UTC
Read the original article Hit count: 344

Filed under:
|
|
|

Hello,

I'm trying to implement SWFUpload into an existing PHP upload funcitonality. My current backend script however expects 2 fiels to be uploaded in a single php script execution. (e.g. it excepts the $_FILES parameters to contain 2 entries).

So i'm queueing 2 files with SWFUpload and start uploading them. However it appears SWFLUpload calls the php backend script for each queued file.

I'd rather modify SWFUpload to send the files with a single backend script execution instead on having to adjust the backend script.

Is anyone familiar with this? I've searched various resources (like the SWFUploads docs and forum, but have not found similiar topics.

Thanks in advance

© Stack Overflow or respective owner

Related posts about php

Related posts about swfupload