danialfarid / ng-file-upload

Lightweight Angular directive to upload files with optional FileAPI shim for cross browser support
MIT License
7.87k stars 1.6k forks source link

File is null is sent to backend #2070

Open autostat333 opened 6 years ago

autostat333 commented 6 years ago

Hi,

maybe someone has experience in source code of libraryand can help with next issue. Seems like user can add file and it is sending. However, on backend side I do not see file. It is null. When I deep dive in the source code of Upload.upload - I see a lot of transformations with data before it will be sent. So, the question - is it possible that file will be selected and putted in data without error, but later will be missed (because of some transformations within upload.upload function)??? Thanks!

ChristopheHvd commented 5 years ago

I think I experience same problem here

autostat333 commented 5 years ago

:) more than six months have passed until someone putted a comment. Cause it is not often issue - we closed eyes on it. But generally I did not find the answer.