I create a form with upload fields
(After submit the form create a DIR in the server with a name from one filed and all in going to that dir).
The form also uploading images to my site
The php.ini is up to 3Mb and I can't modified it (Window server)
So I limit each field to 2Mb
But I need to upload them one after another and to that DIR
Can someone help me with this?
Thank
Gil