file upload

tylerbe992

Baseband Member
Messages
45
when i try do do a file upload....well a test...i get this error..
// Where the file is going to be placed $target_path = "uploads/"; /* Add the original filename to our target path. Result is "uploads/filename.extension" */ $target_path = $target_path . basename( $_FILES['uploadedfile']['name']); $_FILES['uploadedfile']['tmp_name'];

can anyone help me?
 
oh yes we know the solution to your problem because we know exactly what you're doing seeing as you've explained yourself so well.
 
i think there is no write permission on your folder where you try to upload them. So make sure that write permission are available on that perticular folder
 
Back
Top Bottom