The uploading works pretty well for us for everything but Firefox.  The only 
hitch we get from anything else is usually the web server (IIS) will reset a 
file upload if the file is larger than a certain size and will expect to be 
uploaded slightly differently.

For firefox based ones you can use a FileReference to have the user browse for 
the file to upload.  Instead of having the filereference do the upload 
directly, you process it into a standard connection with the data.  Meaning you 
setup your own header in something like a URLRequest / URLLoader.  Its manually 
adding files to the sent data using the FileReference.data(bytearray).  It's a 
little fiddly to figure out what HTTP Boundaries are at first and how to use 
them, but overall they are  just like long ugly delimiters.

Let me know what parts you need to be more specifics about


-Mark K


-----Original Message-----
From: jfb [mailto:j.ballada...@verizon.net]
Sent: Tuesday, September 26, 2017 2:30 PM
To: users@flex.apache.org
Subject: [Non-DoD Source] Re: File upload Error 2038

I found this:
https://forums.adobe.com/thread/1093769

I am using HTTPS but still breaking sometimes in IE. In Firefox doesn't work
at all, even after install the cert.
Anyone have any ideas?




--
Sent from: http://apache-flex-users.2333346.n4.nabble.com/

Reply via email to