oohtruck Posted November 29, 2007 Share Posted November 29, 2007 I'm trying to build an upload form in php that will do the following things: - have the option to upload 10 unique files - only allow certain filetypes to be uploaded - rename each file depending on whats specified in a corresponding dropdown menu - have three text fields that are spit into a text document (or an easier, better alternative... that info just needs to be visible somewhere) - move the renamed, uploaded files into a unique directory that is named after one of the text fields i've found a couple upload form scripts but i'm wondering if anybody has suggestions for what the best one is, and if any offer that kind of capability i described above... i've seen some that show how to specify what filetypes are allowed but i'm unsure how to do the renaming of files and a unique directory... any help would be awesome. thanks truck Link to comment https://forums.phpfreaks.com/topic/79477-upload-form-with-renamingunique-directory-capabilities/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.