Page 1 of 1

Overwrite existing file functionality

Posted: Fri Mar 30, 2012 10:06 am
by amrish_deep
Hi,
I am using the jFileUpload utility which provides the end users with a pop-up message in case the file being uploaded already exists in the destination folder. If the user clicks "OK" in the pop-up, the upload continues and overwrites the existing file.
This overwriting, I believe, considers the upload to be a new upload altogether and should not follow the "Resume Upload" workflow. But I notice that even after clicking "OK" in the pop-up, the Request object contains the "content-range" header which has the full size of the file. I expect that to be null.
We need an urgent fix for this as its a production issue. Please provide your inputs/help ASAP.
Let me know id you need the ASP.Net source code.

Regards,
Ripunjay