Joined November 2014
·
Posted to
Nginx direct file upload
over 1 year
ago
@mikhailov - Thanks for this writeup. We are experiencing the same problems at the moment with nginx version upgrade problems.
One question I have is that we need to support ie8 (public sector clients) so we can't use XMLHttpRequest2, the only option is to use binary uploads as you mentioned. However using a normal html form, would we still use the multipart/form-data definition at the top? Would this system handle text files for example (non binary data)?
Thanks.
Hamza
@mikhailov - Thanks for getting back to me. So how did you get round the IE8, 9 problem then? Did your site just not use nginx for uploads when using those browsers by doing some javascript detection?