Jump to content

upload in background


pagegen

Recommended Posts

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

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!  :'(

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.