Adobe-Runtime-Support
Adobe-Runtime-Support copied to clipboard
image upload problem 33.1.1.856 and 33.1.1.821
I need to update my application using cameroll feature with Air SDK 33.1.1.821 and 33.1.1.856. #1543 I solved the problem that the cameroll feature did not display when the image is selected. This feature worked without any problems for these two sdks. but this time I get an error when I want to upload the images that I have taken into the application with cameroll in these two sdk versions to my server. Is there any restriction that comes with these two SDKs about sharing images with servers? or need to use a new arrangement for actionscript? thanks...
How are you doing the upload? My slight concern is that with the new mechanism, we don't have any File url/path that can be used for uploading things, it's all stream-based data. But that should still be possible to send...? just not via FileReference.upload()
...
I'm not sure whether Android is doing some extra security checks on this but I wouldn't have thought it could work out what's happening, so it's more likely to be the way the ActionScript is being used. A URLRequest
should be able to take the binary image data and submit this to a web server via URLStream
perhaps?
thanks
thanks but, I am already using it as urlrequest and urlstream. I am adding the latest output.log file about my application. sdk 33.1.1.856 While the application is running, the image taken inside the application with cameraroll select is trying to be sent to the server, but I got an error. Maybe something comes out of the log file... output.log
The upload commands I use work when I output apk with SDK 33.1.1.795.