Uploading a folder
Question:
Is it possible to upload a folder with Pure PHP Upload? Answer:
No it is not possible. this is due to limitations of the upload capabilities of the web browsers. You can upload just one file at the time from each Form File Field control you place.
So you can have 5 File Fields on your form - then 5 files can get uploaded at the same time.
We are working on making the Unzip Processor compatible with Pure PHP Upload, so you can upload a folder with files and unzip this zip file on the server.
Is it possible to upload a folder with Pure PHP Upload? Answer:
No it is not possible. this is due to limitations of the upload capabilities of the web browsers. You can upload just one file at the time from each Form File Field control you place.
So you can have 5 File Fields on your form - then 5 files can get uploaded at the same time.
We are working on making the Unzip Processor compatible with Pure PHP Upload, so you can upload a folder with files and unzip this zip file on the server.
Comments
Cool, when?
You must me logged in to write a comment.