Pure PHP Upload 3 Support Product Page

Answered

Upload multiple files

Asked 22 Mar 2013 11:32:11
3
have this question
22 Mar 2013 11:32:11 John Bowling posted:
Can I use Pure PHP Upload 3 to upload multiple files at the same time with the insert record / update record behavior?

Replies

Replied 22 Mar 2013 12:04:56
22 Mar 2013 12:04:56 Vulcho Vulev replied:
Hello John.

You can upload multiple files if they are stored under same ID table row in your database. For example if your database is constructed with the following columns:
ID File1 File2

You can create two file fields with different names and store the paths in the database to the File1 and File2 Columns when insert record is performed.

Regards:Vulcho.
Replied 24 Mar 2013 07:28:47
24 Mar 2013 07:28:47 Andre Bender replied:
What about uploading multiple images from a folder and save data into multiple database rows?
Replied 13 Jul 2013 12:53:34
13 Jul 2013 12:53:34 phil vouers replied:
I don't know if this will still work but I use advanced multi upload and t will upload any number of files to a database field (makes a new record for each)
It has cut my time down to near nothing, the only thing is that it has to be outside of a protected area.

Reply to this topic