FileUpload Plugin and its Support for Offline Upload (APIExpress)
-
- Posts: 0
- Joined: Wed Sep 06, 2017 4:40 am
FileUpload Plugin and its Support for Offline Upload (APIExpress)
-
- Posts: 0
- Joined: Mon Mar 18, 2013 8:48 am
FileUpload Plugin and its Support for Offline Upload (APIExpress)
:: https://youtu.be/ExUMOGGsRFA
:: https://youtu.be/ZW_beyIxnPw
:: https://youtu.be/PGLOs5tledE
-
- Posts: 0
- Joined: Wed Sep 06, 2017 4:40 am
FileUpload Plugin and its Support for Offline Upload (APIExpress)
-
- Posts: 118
- Joined: Tue Aug 27, 2013 1:47 pm
FileUpload Plugin and its Support for Offline Upload (APIExpress)
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
-
- Posts: 4
- Joined: Sun Mar 10, 2019 11:05 am
Re: FileUpload Plugin and its Support for Offline Upload (APIExpress)
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
-
- Posts: 56
- Joined: Tue Mar 22, 2016 6:03 pm
Re: FileUpload Plugin and its Support for Offline Upload (APIExpress)
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.