Hi! I want to be able to upload files through my homepage. I’ve looked at some upload scripts but i didn’t understand just a bit. I also want to sepperate the filename from the original path so that it can be placed in a directory depending on contents.
Say, you have a drop down menu where you can choose if file is type1, type2 or type3. I have 1 directory for each type on my server.
Next a button called browse used to find the file on the pc.
Then the upload button.
then i want the file to be uploaded and placed in one of those three directories with the same filename as on the pc.
Can ANY of your guys help me?