i php question
Web Development
3
Posts
2
Posters
0
Views
1
Watching
-
how to upload (.flv)file using php please help me i try use $_files['file']['type'] but i have problem in this kind of extension only thank you.
-
how to upload (.flv)file using php please help me i try use $_files['file']['type'] but i have problem in this kind of extension only thank you.
move_uploaded_file($_FILES["fileAttach"]['tmp_name'], $orgFilename) - did you test it?