pagegen Posted February 1, 2010 Share Posted February 1, 2010 Hello Guys.. I am working on a system when allows users to upload there files to my server.. th files can be very large.. I want to kwn if there is a way to do the upload in background... so users come on, select the file they want to upload.. and then when they submit. they can navigate to other pages, but the upload carrys on in the background.. Any help and advice will be very helpfull.. Thank you Link to comment https://forums.phpfreaks.com/topic/190566-upload-in-background/ Share on other sites More sharing options...
schilly Posted February 1, 2010 Share Posted February 1, 2010 you want to look into ajax. edit: actually that probably won't work. I'm not sure if you can do that unless you use an iframe maybe. Link to comment https://forums.phpfreaks.com/topic/190566-upload-in-background/#findComment-1005162 Share on other sites More sharing options...
Fergal Andrews Posted February 2, 2010 Share Posted February 2, 2010 I think you can do that with .Net using Internet Explorer on a Windows system. Sorry for all the swearing! It's not possible with PHP or any other server side language that doesn't use OS dependent functionality to interact with the browser. When you start a download it is the browser that handles the operation. Because .Net can use activeX to communicate with IE you get greater OS/Browser functionality allowing such things as background downloading. You also lose all the benefits of using Open Source software! :'( Link to comment https://forums.phpfreaks.com/topic/190566-upload-in-background/#findComment-1005249 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.