Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
240
How to auto load file from Mvc Code or jquery or javascript using igUpload?
posted

Is there a way to auto upload file automaticlly what the page upload from MVC?

i have a page that uses the jquery igFileUpload control to upload files from users, but when the users decided to update thier profile, i also want them to see thier previous upload files a continue upload new ones if nessery.

 

 

Thank You,

Jen0s

Parents
  • 15979
    posted

    Hello Jen0s,

    If user decides to refresh or update/Postback the page then the POST request will be terminated and “igUpload” that is in upload mode will lose its state. This means the file upload process will be canceled.

    What you can do is to create your page in such way that when user attempts to reload or leave it and upload is in progress, confirm message should be shown asking him if he is sure and notifying that current upload process will be canceled.

    If you need additional information let me know.

Reply Children