Internet Explorer Dropping Attachments

  • 16 December 2013
  • 1 reply
  • 0 views

Badge +4

Hi all,


I have form with an attachment list view which allows me to add multiple attachments. The attachments are all saved to a database when the submit button is clicked. The smart object that adds the attachments is built on top of a service object. which calls a web service to add the attachments to the database.


The problem is in production when i add multiple files to the list view when using Internet Explorer 8 & 9, sometimes the file is dropped. I know the file is dropped because the service object contain code which displays an error message when the file is not passed through.


This is an intermittent problem only in production and only with Internet Explorer.  I cannot replicate this problem in development environment using chrome or internet explorer 8 & 9.


Have you guys encountered any problem like this? 


Thanks in advance.


1 reply

Badge +6

Hi,


 


Could this issue not be dependent on the file attachment size limits? What is the upload limit set to? What are the total size of the multiple attachments? 


 


It could be that the file limit is being reaached or exceeded.


 


Regards,

Reply