Hi,
When a user upload file to a server, is it possible to stop the upload after a certain time. For example, stop the upload after 1 minute,
Thx
Joe
Printable View
Hi,
When a user upload file to a server, is it possible to stop the upload after a certain time. For example, stop the upload after 1 minute,
Thx
Joe
Upload works based on COM components or ActiveX components. You can't stop the upload if the component won't let you or if it has a timeout option. Check the developer's info about the component to see if there's a way to cancel it programmatically.