Posted by Truck Estevez on 11/29/07 21:47
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 since clearly some of that stuff has
been before...
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
Navigation:
[Reply to this message]
|