Hi there,we've been testing the new release and had a couple of issues regarding attachment handling:When you open a ticket and click on any attachment the way osticket behaves is different across browsers. Firefox opens it in the same window, Chrome simply downloads the attachment while IE is opening it in a new tab/window. In the productive version 1.9.14 we run the tickets are always opened in a new tab/window, which we think works best. In 1.10 there is a target="_blank" attribute set in the link but I think the download attribute also set messes us the behavior.The second issue is in the configuration of attachments. Here we were able to set much higher values for the max. size of attachments, up to 32mb. In 1.10 the list in the dropdown is limited to 2mb. Is there a way to increase the value? In times of ever better smartphone cameras 2mb just doesn't cut it.We tested this with and without the plugin to store attachments in the filesystem installed.

Problem 1: I don't realistically think that there is anything that we can do about how different browsers handle the same thing.  There will always be differences between the browsers as different browsers HTML compliance varyProblem 2: The size limit maximum is enforced by your PHP configuration.  This has actually been covered here on the forums a lot and on github.One of these threads ought to point you in the right direction:http://forum.osticket.com/d/discussion//increase-file-attachment-sizehttp://www.forum.osticket.com/d/discussion//attachment-upload-limithttps://github.com/osTicket/osTicket-plugins/issues/65http://www.tmib.net/frequently-asked-questions-faq-about-osticket-17st#10

Write a Reply...