How can i make a php upload in which:
*upload.php does all the work.
*Upload.php has the upload button and lists all the directories inside the directory upload.php is in.
*user selects a directory a uploads a file, the file is automaticaly uploaded to the selected directory.
*Whenever a user upload a file into a directory and writes something in the description field.
A folder named "description" is created alongside it in the same directory.and a txt file file named as the uploaded file(with extension) is created and the user given description is written in it.
I know i made it sound very complex, but it should be easy 4 u experts. If u dnt have time/patience to write whole php code, detailed hints will be enough.
I am a idiotic newbie in php, so please give easy hints. :-)
**by directory i mean folder.
*upload.php does all the work.
*Upload.php has the upload button and lists all the directories inside the directory upload.php is in.
*user selects a directory a uploads a file, the file is automaticaly uploaded to the selected directory.
*Whenever a user upload a file into a directory and writes something in the description field.
A folder named "description" is created alongside it in the same directory.and a txt file file named as the uploaded file(with extension) is created and the user given description is written in it.
I know i made it sound very complex, but it should be easy 4 u experts. If u dnt have time/patience to write whole php code, detailed hints will be enough.
I am a idiotic newbie in php, so please give easy hints. :-)
**by directory i mean folder.
Comment