Hi,
I have just made a file upload form, and so far I have it so that users can only upload their own .mp3's;
Currently, all my form does is change the filename to $username . " - " . $title; in which the variables they enter;
The form is still in beta, however, and I am asking if there is a way I can view the file information (for .mp3 if not all files) with PHP, and then rewrite the file information with the $username and $title, and additional inputs from the user - that is, before uploading the file.
How can I do so?