Overwrite existing file functionality

Upload core product.
Post Reply
amrish_deep
Posts: 40
Joined: Tue Jun 17, 2008 5:14 am

Overwrite existing file functionality

Post 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

Post Reply