PHP file upload
Uploader Comments (CBirdieUK)
Video Responses
All Comments (64)
-
Parse error: syntax error, unexpected T_STRING LINE 9
any help?
-
i use to wonder y no one on the whole internet has done a php video upload tutorial until i decided to try it myself and i can tell u all its because of the video player. i know u all like me have searched youtube and google for php video upload tutorial and its not there, ive been searching for years. i have emailed php academy and others on here who do these tutorials and have gotten no response. adding the video player and having it call the video to play is difficult and cant be done locally
-
Can I know how to insert it to database? And where should I make the folder upload??
-
I have created a folder named "upload" in the ftp and changed in the programming as well. When uploaded the script and worked on that, file was uploaded successfully but can't find where it was uploaded in the ftp. Plz help me out regarding this
-
@spuuunit you need an upload document i think. and you make sure the permission is set to 777
-
you saved my ass :D
-
Hi, please help me, I get these 2 errors:
Warning: move_uploaded_file(15.jpg) [function.move-uploaded-file]: failed to open stream: Permission denied in /home/WPB301VT11/WPB301VT11128
/public_html/test.php on line 42 Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/php8hPPOJ' to '15.jpg' in /home/WPB301VT11/WPB301VT11128
/public_html/test.php on line 42 uploaded
What is wrong? =(
Hi mate, nice tutorial, do you use PHP in your job?
thesidanger 7 months ago
@thesidanger I did back in the freelancing days but not anymore. It's a good skill to have though.
CBirdieUK 7 months ago
how to insert into the database ??? hmmm
Panthom09 11 months ago
@Panthom09 The easiest method would be to use phpMyAdmin on your server. There are many websites on the internet that show you how to create tables and insert data into the tables.
CBirdieUK 11 months ago
It doesn't work me :( I write the same but i got an error..
Warning: move_uploaded_file(../) [function.move-uploaded-file]: failed to open stream: Is a directory in /home/a5039586/public_html/portal/upload.php on line 203
Somebody help me! :D
Di0dani 1 year ago
@Di0dani You might want to check whether you can upload to that directory. Check if the permissions are 777 or allow you to write to that directory.
CBirdieUK 1 year ago