Android-SmartWebView icon indicating copy to clipboard operation
Android-SmartWebView copied to clipboard

Upload Camera File - 0 Bytes

Open miinoru opened this issue 7 years ago • 3 comments
trafficstars

first, thank you very much for your work. I have a problem in which it consists of uploading images with the camera. taking a picture with the camera and upload. it shows: name, ext, but with size of "0" bytes and it keeps a corrupt image. :(

The method of file browser works perfectly! :)

Real Cell phones used for test:

  • Samsung S5 (not working upload camera and file browser working)
  • Samsung S6 (not working upload camera and file browser working)
  • Samsung S7 (not working upload camera and file browser working)
  • LG K410G Android 5.0.2 (working camera and file browser)

With emulador: Emulador Android Native: Upload from camera and file archive it works perfectly. Is it just a problem with the samsungs?

PD: Sorry for me english, translation by google.

screenshot_20180927-174344 screenshot_20180927-174413

miinoru avatar Sep 28 '18 17:09 miinoru

Sorry for responding late.

I'm really not able to understand why it's happening now. I came across the very same issue earlier but it's fixed and working now on almost all devices I've tested it on.

Anyway, don't worry, I'll try the same on samsung device.

mgks avatar Oct 04 '18 07:10 mgks

This library uses a lot of the code that is out on the internet. Seems there is a bugfix for s9 - where if you change the temp file from a jpg suffix to png the image should work.

dnuriel avatar Jan 15 '19 15:01 dnuriel

This library uses a lot of the code that is out on the internet.

which library?

Seems there is a bugfix for s9 - where if you change the temp file from a jpg suffix to png the image should work.

have you tested this solution yourself?

mgks avatar Jan 15 '19 18:01 mgks