Log in

View Full Version : Stop uploading file



joecool2005
03-05-2008, 02:25 PM
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

dsagrera
03-09-2008, 11:14 PM
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.