Re: [PHP] upload/download of files (This is LONG)

2001-05-01 Thread Sterling
H- Some things to consider. You might want to do a search and replace for any spaces and special characters and replace them with the underscore for all files. This way you won't get the Netscape error messages and it also might be affecting IE. For instance. Provoke - Quick Blast.mp3 would

[PHP] upload/download of files (This is LONG)

2001-04-30 Thread Tyler Longren
Hello everyone, Here's my problem: I need to be able to upload some info about an mp3 to a database (name, filename, size, and file_type). I can do this already, and it works just fine. After the info is added to the database, the mp3 is uploaded to music/$binFile_name. Here's the code I have