Page 1 of 1

Angular & File Upload

Posted: Mon Jan 25, 2016 2:50 am
by michael.bogan

Is there a planned release for a plugin to upload files in an Angular app? It's a very basic feature that I need! Are there any suggested work-arounds?


Angular & File Upload

Posted: Mon Jan 25, 2016 12:34 pm
by Illya Stepanov

Hi Michael -

We have recently published this in our documentation: https://devcenter.appery.io/documenta...

Also please stay tuned we'll publish a new blog post very soon.


Angular & File Upload

Posted: Thu Jan 28, 2016 9:34 pm
by michael.bogan

The files uploaded by this tutorial don't seem to be viewable - even when directly downloaded from the collection. I noticed that the jquery plugin saves the type of file correctly in the file collection (for example image/jpeg), but this new Angular tutorial always saves the file type as "application/octet-stream". could that be causing the problem?