Hi,
am making a program thats allows the user to upload many files one by one, because total size of the files is more than 1GB ...
what i have did so far "the idea" is to create a ROW information in a tabel and retrive the ID of the transaction, then i want to make a zip file with the name of ID retrives (i.e. 312.zip) this zip file should be empty, and when the user loads another file it add the file into the zip archeive ...
- please advice how i can create the empty zip file with the name of the ID
- and how i can add a new uploaded file into the archeive
thanks in advance ...