daxguy Posted October 8, 2010 Share Posted October 8, 2010 I have made a script to upload a few files from the pc to my server.. like i upload big files which are generally above 50mb of size.. but most of the times as there is some problem with the internet the hours of wait is just ruined.. is there a better way to upload files.. or anything that if the internet connection is interupted the downloading starts from wer it stopped cuz of the problem.. please help.. i use the normal function for uploading a file move_uploaded_file($_FILES['song1_upload']['tmp_name'] can anyone give a better idea than this? Link to comment https://forums.phpfreaks.com/topic/215446-uploading-feature-help/ Share on other sites More sharing options...
Rifts Posted October 8, 2010 Share Posted October 8, 2010 why dont you use just ftp Link to comment https://forums.phpfreaks.com/topic/215446-uploading-feature-help/#findComment-1120327 Share on other sites More sharing options...
daxguy Posted October 8, 2010 Author Share Posted October 8, 2010 i cant cuz i need the files to be added in my DB as well as i upload them.. like my db gets updated with the latest file and the link to the file as well.. and it gets displayed in the index page.. linked to the file uploaded.. any better suggestion to sort the issue? or is there a way i can achieve the same thing using ftp nd db together? Link to comment https://forums.phpfreaks.com/topic/215446-uploading-feature-help/#findComment-1120353 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.