wgoldschagg Posted June 5, 2009 Share Posted June 5, 2009 HI everyone, I want to write a script in which a user can upload a file to my server. Then the script must list the rename the file and list it's name and a few other details for example: filename = exphpscript.doc listed name = Example PHP Script Now i am not looking for scripts, just some ideas on what methods might work best. In my planning I thought about creating a new table for each upload, but there must be an easier way. Also I need to figure out how to store a valid link to the actual file with the upload. Any input would be apreciated. Thanks Link to comment https://forums.phpfreaks.com/topic/161133-any-ideas/ Share on other sites More sharing options...
fullyscintilla Posted June 5, 2009 Share Posted June 5, 2009 just use a generic upload script to upload the file to a directory and simply store the directory link and other info in the table. There are a lot of good tuts on file upload if you google. Link to comment https://forums.phpfreaks.com/topic/161133-any-ideas/#findComment-850306 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.