Page 2 of 2

FileUpload Plugin and its Support for Offline Upload (APIExpress)

Posted: Wed Sep 06, 2017 9:18 am
by Arsalan Ijaz

Thanks! Any tutorial available to help me with it?


FileUpload Plugin and its Support for Offline Upload (APIExpress)

Posted: Wed Sep 06, 2017 12:35 pm
by Illya Stepanov

Hope these videos would help you with general idea:

:: https://youtu.be/ExUMOGGsRFA
:: https://youtu.be/ZW_beyIxnPw
:: https://youtu.be/PGLOs5tledE


FileUpload Plugin and its Support for Offline Upload (APIExpress)

Posted: Wed Sep 06, 2017 2:47 pm
by Arsalan Ijaz

Thanks I've been following these. The specific problem I am facing is that my imageContent field is not showing up in the mapping while the rest of the fields of that table are. However it does show in apiexpress and I am able to create a record with data in this field while testing the api. The field is of type blob. What could I be doing wrong?


FileUpload Plugin and its Support for Offline Upload (APIExpress)

Posted: Thu Sep 07, 2017 7:30 am
by Serhii Kulibaba

Hello,

It is impossible to show the blob image in the mapping. It is possible to use the only full path to the image or it's base64 string.
If you want to use a blob value there, please convert it to the base64 string before use it in the mapping


Re: FileUpload Plugin and its Support for Offline Upload (APIExpress)

Posted: Sun Aug 09, 2020 11:31 am
by garry peck

Hi, just giving this a bump.

I am looking for an answer to the specific problem in the original post in this thread. If this has already been answered elsewhere can someone point me in that direction please. If not I would appreciate any help with this.

Thank You


Re: FileUpload Plugin and its Support for Offline Upload (APIExpress)

Posted: Mon Aug 10, 2020 12:58 pm
by Galyna Abramovych

Dear Garry,

In answer to your question, I would like you to know that if you are using Appery.io DB for uploading and you already use API Express in your project, you can create a model in your API Express project for the collection where the files are to be uploaded. This way, you will get offline support.
But if, for example, you are uploading files to the system "files" collection, creating such an API Express model is now impossible, unfortunately.