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
1135
igFileUpload, can only upload 1 file at a time.
posted

Hi All,

We have an igFileUpload that we use to upload CSV files using WCF REST for processing at the server, and to retrieve info back (i.e. validated data).

However, we are experiencing a problem where once we've used the file upload, it does not want to upload another file until we do a full refresh on the page.

We can select a file, but the igFileUpload just does nothing until we do a refresh, select the file again and then it goes through.

Any thoughts/ideas on what can be causing this?

Thanks,

Eduard Kruger.

Parents
No Data
Reply
  • 49378
    posted

    Hello Eduard,

    I would suggest examining the network activity in the developer tools after uploading a file. Are there any responses with errors ? It may also be helpful to handle theonErrorevent and check whether any errors are raised during the first upload. A small sample application would allow me to examine this matter further and in more detail.

    Please do not hesitate to contact me with any updates regarding this matter.

Children