well, for a college project I'm designing an uploader site (u give it a file, it uploads it...kinda like imageshack or mediafire). Anyway, I got the whole thing working well with a html form and a php script to store the uploaded file in a "/uploads" folder.
now here's the thing.....I want to have a drop down list in HTML section, and depending on value selected there, the file gets uploaded to appropriate folder....eg. if dropdown list has options a,b,c,d,e, and I choose a, I want file to be uploaded to "uploads/a", if I choose c, then "uploads/c" etc
Is this possible?? if yes, how do i go about this??
I have very limited knowledge bout PHP so would really appreciate some guidance here!!
Thanks in advance cheers!!