When I upload a image using upload button it won’t insert to the database. This form was works fine in yesterday but today I can’t insert images and audio files to database. When I clicked submit button Developer console gives me this error “save operation failed: DatasetError: Operation cancelled by user code. TypeError: c.uploadFiles is not a function in wix”.
Database Permission : Form Submition
Dataset Mode : Write-Only
Without image file Text inputs are correctly insert to the database. can anyone please help me to fix this… Thank You!!
@yisrael-wix I get the same issue
This is what I get on the log
save operation failed:
r {code:“DS_OPERATION_CANCELLED”,message:“Operation cancelled by user code. TypeError: c.uploadFiles is not a function”,name:“DatasetError”,stack:“DatasetError: Operation cancelled by user code. Ty…services/dbsm-viewer-app/1.3497.0/app.js:12:54394”,Symbol(error-boundary-scope):“userCodeZone”, …}
code : “DS_OPERATION_CANCELLED”
Symbol(error was handled) : true
Symbol(error-boundary-scope) : “userCodeZone”
message : “Operation cancelled by user code. TypeError: c.uploadFiles is not a function”
Please can i get a concrete response about this file upload issue. Is it from wix or from my end because the file upload isn’t working on all my site that has this upload button.
Currently it’s working on windows and android but not working on apple desktop and mobile rather it keeps given this error : "Operation cancelled by user code.
“DatasetError”.
The same thing here. If I leave the upload button connected to the other elements like text input, the submit does not work. As soon as I disconnect the upload button the submit works again.