Issue - Upload plugin API - Web Upload
Posted: Wed Jun 03, 2015 10:30 pm
by Leonardo Valentin Zeferino
Hi!
I did everything in tutorial but it's appearing the error bellow when I try to use webupload. The file wasn't inserted in DB and it returned fileurl as "undefined".
code[{"error":{"code":"DBFM151","description":"Invalid file name was used. A valid file name contains only a-zA-Z0-9_.- characters and is between 1 and 218 characters."}}]/code
Do you know how can I resolve this issue?
Thanks!
Issue - Upload plugin API - Web Upload
Posted: Thu Jun 04, 2015 8:16 am
by Alena Prykhodko
Hello Leonardo,
Not reproducible for me, do you follow tutorial step-by-step https://devcenter.appery.io/documenta... ?
Issue - Upload plugin API - Web Upload
Posted: Thu Jun 04, 2015 8:45 pm
by Leonardo Valentin Zeferino
Hi!
I found the cause. I had inserted the data_master_key in database_settings instead of FileUpload_settings.
Thanks!