Need PHP upload form to sort files into sub directory based upon dropdown
问题 I am trying to implement a PHP script that will allow the user to select the appropriate category for their file. After selecting the category, the script should move the uploaded file to the corresponding directory for the category. An example scenario: Categories cat1 cat2 Subdirectories cat1 = /cat1dir cat2 = /cat2dir Now the user should have a drop down giving two options (cat1 and cat2). After uploading the file, the file should automatically be moved by PHP to the appropriate sub