![]() |
Sergey Kornilov admin 5/11/2011 |
Not, its not possible. |
G
|
grennilson author 5/12/2011 |
Not, its not possible. Usually you store uploaded file name in database field. Storing more than one file name within the same field is possible however its cumbersome and against database theory. The best approach is to have multiple upload fields or store all documents in a separate table linked as Details to the main one.
|
G
|
Grissom 5/12/2011 |
Hi Gary, |
G
|
grennilson author 5/12/2011 |
Hi Gary, what you could do is to implement something like phpwebftp in your script. The upload could lead to some unique folder whose name could be stored in the db so you could direct the user or any other script to always the proper folder. Downloading could be then either thru regular URLs or again thru that webbased FTP client. There might be other possibilities thru jQuery, etc. as well with some fancy drag&drop support - depending on your needs, desires, time and efforts. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=58305&image=1&table=forumreplies' class='bbc_emoticon' alt=';)' /> A good source is [=1"]CodeCanyon]("http://codecanyon.net/searches?term=upload&categories[php-scripts). Chris
|
T
|
tedwilder 5/14/2011 |
_ |