flowjs / flow-php-server

flow.js php server library, validates uploaded chunks and safely merges all chunks to a single file
http://flowjs.github.io/ng-flow/
MIT License
245 stars 42 forks source link

Metadata stripped when uploading portrait images from iOS? #31

Open Jaspur opened 8 years ago

Jaspur commented 8 years ago

Is there somewhere a config where I can prevent that metadata like portrait modus are not stripped from uploaded images? After uploading an iOS iPhone portrait modus photo, it tilts the images.

Jaspur commented 8 years ago

?

AidasK commented 8 years ago

Library shouldn't tilt image in any way. Maybe this is related? https://github.com/flowjs/flow.js/pull/174 If you increase chunk size to the size of file or infinity. Does it solves your problem?