On Mon, Mar 21, 2016 at 2:37 PM, leokan23 <[email protected]> wrote: > Ok so I have the following info. > > max_upload is set to 120mb so no problem there > no strange characters in the file names ( i get them from the camera roll > but i tested anyway) > > i test on a stable wifi connection at office (24mbps broadband and i test > next to the router). > > The server is public and strangely enough, when trying with lte it works > almost every time (although i have 1-2 bars of signal). This looks like the > wifi is failing on the device. >
A shot in the dark: this reminds of a very strange bug I encountered a few years ago involving uploading files from Flash Player on Macs operating on Wifi. In this scenario, setting the header: Transfer-Encoding=chunked was causing the upload/response to fail. I had to fix the server by not setting the response header Transfer-Encoding and setting the Content-Length header to appropriate length of the response. Thanks, Om > > I will try clint's suggestions tomorrow. > > > > -- > View this message in context: > http://apache-flex-users.2333346.n4.nabble.com/Flex-mobile-Upload-to-php-server-problem-tp12292p12326.html > Sent from the Apache Flex Users mailing list archive at Nabble.com. >
