There's a fire starting in my heart Reaching a fever pitch, and it's bringing me out the dark Finally I can see you crystal clear Go ahead and sell me out and I'll lay your Latest News: Christopher Shining, Executive Producer, Live Fearless Syndicated Television Show, Movie Series and Tour! Taylor Swift Live Fearless Concert coming up too. bare See how I'll leave with every piece of you Don't underestimate the things that I will do There's a fire starting in my heart.............
Okey , i will be waiting, and can you add sql file for the tables on the source files so it can be easy to add the table by just uploading the sql file,coz it was confusing for me you started with four tables then you end up with six.COZ I WAS SKIPPIN' THE VIDS
@lilabrowns i am currently working on a complete tutorial series on how to make a complete file upload/download site. and the thing that you want (the search feature) will be implemented into the full upload/download site.
@hesawisa ok, to make it so you can upload any file with the code, all you have to do is completely remove the if statement that checks to make sure the file is an image...
so you need to delete if (strstr($type, "image")) { and } else echo "That is not an image.$form";
make sure you remove every thing or you will get errors!
also you don't need to connect to any servers with this script, the script only uploads the selected file to the server. so no ftp or server info is needed
undefined variable: type this is type variable that you declined for the type of the file for the image.
any samll files like 4MB and 5MB upload ok, and there are no error messages but for files which are like 8MB it return the error as stated above (undefined variable: type)
i took a look and i tried uploading files very small and kept increasing the size i didnt get a problem until i hit about 200 mb and even then it was an error saying the file was too big
I keep getting error: unexpected $end
EcoBuddiesPENGUIN 4 months ago
This has been flagged as spam show
@sambotta
There's a fire starting in my heart Reaching a fever pitch, and it's bringing me out the dark Finally I can see you crystal clear Go ahead and sell me out and I'll lay your Latest News: Christopher Shining, Executive Producer, Live Fearless Syndicated Television Show, Movie Series and Tour! Taylor Swift Live Fearless Concert coming up too. bare See how I'll leave with every piece of you Don't underestimate the things that I will do There's a fire starting in my heart.............
ssahraj1 5 months ago
thanks nice tutorial, please tell how facebook stores images.. in Database or in server directory??
MsEjita 7 months ago
unlimitedupload . clanteam . com
Tell me If U want the codes
* manager
* uploader
* deleter
killuaanda23 11 months ago
Nice.,!!
bazzer821 1 year ago
Thank you for this Line!
move_uploaded_file($tmpname, "video/".$video_code.$ext);
The PHP work is now finish. I has to code only a flv converter in c++.
b1tTutorials 1 year ago
nice ty:)
sfeteristis7 1 year ago
nice
jnrxify 1 year ago
@jnrxify thanks
basixnick 1 year ago
Okey , i will be waiting, and can you add sql file for the tables on the source files so it can be easy to add the table by just uploading the sql file,coz it was confusing for me you started with four tables then you end up with six.COZ I WAS SKIPPIN' THE VIDS
lilabrowns 1 year ago
hi i used you script it's is pretty cool,but i wanted to be able to upload then visitor can search the name or description of file on my
on my database then be able to download, i was be able to file the script for searching the database,but can you help on downloading part
thank you
lilabrowns 1 year ago
@lilabrowns i am currently working on a complete tutorial series on how to make a complete file upload/download site. and the thing that you want (the search feature) will be implemented into the full upload/download site.
basixnick 1 year ago
don't worry i figure it out , i had to check all vid again
thanx
lilabrowns 1 year ago
i get this error , a fter i upload a file whats wrong,
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource on index file on line 53
lilabrowns 1 year ago
and if i want it for any file how i do this?
Can you make 1 php page already config for any file and connect to a ftp server
i want a php page i only need to change the ftp info and its done for me cause im a noob at php that so hard XD
hesawisa 1 year ago
@hesawisa ok, to make it so you can upload any file with the code, all you have to do is completely remove the if statement that checks to make sure the file is an image...
so you need to delete if (strstr($type, "image")) { and } else echo "That is not an image.$form";
make sure you remove every thing or you will get errors!
also you don't need to connect to any servers with this script, the script only uploads the selected file to the server. so no ftp or server info is needed
basixnick 1 year ago
Comment removed
MrAgoldie 1 year ago
Comment removed
MrAgoldie 1 year ago
hi mate, i tried to upload a video just to see that it dosent work but im getting error messages. would you know why. thanks
raj080288 2 years ago
what are the errors you are getting?
basixnick 2 years ago
undefined variable: type this is type variable that you declined for the type of the file for the image.
any samll files like 4MB and 5MB upload ok, and there are no error messages but for files which are like 8MB it return the error as stated above (undefined variable: type)
raj080288 2 years ago
thats weird i will take a look and post a video on how to fix
basixnick 2 years ago
thanks dude that would be great! awesome videos btw keep it up!! A+
raj080288 2 years ago
i took a look and i tried uploading files very small and kept increasing the size i didnt get a problem until i hit about 200 mb and even then it was an error saying the file was too big
basixnick 2 years ago
its very nice video but plz tell me that if i upload suppose a .doc file then how can i download the file i mean its code..plz help me
hkonnet 2 years ago
thats is actually a really good idea for a video. i will make a video this weekend on how to code a download section after you have uploaded a file.
basixnick 2 years ago
thanx buddy i will wait but plz add dynamic link generation from database for download..that woud be gr8
hkonnet 2 years ago
thanks alot!!! but can you explain what a can do if i want my images upload with the original name
Thank in advance
megagraph2009 2 years ago
i explained that in the video go to about 4:50 in the video and the move_uploaded_files code is what you want.
basixnick 2 years ago
thanks alot mate it was really helpful....job well done !!!
Kalhan90 2 years ago
nice, clear, and easy to follow... thanks
flashbuilding 2 years ago