Form image is not saving to database

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!!

I’m referring this issue to QA for evaluation.

I can double that this issue appeared yesterday. No files can be submitted to datasets

@yisrael-wix I get the same issue
This is what I get on the log
save operation failed:

  1. 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” , …}

  2. code : “DS_OPERATION_CANCELLED”

  3. Symbol(error was handled) : true

  4. Symbol(error-boundary-scope) : “userCodeZone”

  5. message : “Operation cancelled by user code. TypeError: c.uploadFiles is not a function”

  6. name : “DatasetError”

  7. stack : “DatasetError: Operation cancelled by user code. TypeError: c.uploadFiles is not a function\n at https://static.parastorage.com/services/dbsm-viewer-app/1.3497.0/app.js:12:54394

  8. proto : r

No code on my page just an upload and a button connected as submit to the collection

I have the same issue, across 2 different sites. No images will save to the dataset via the upload button.

Ohh something happening to the IMAGE-UPLOAD-PROCESS (interessting) :sunglasses:

Up to this moment, it is not working. Please be patient :raised_hands:

Today upload button is working fine. now I can upload image files and audios files to database. :yum:

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.

The issue regarding the upload has been resolved. Are you still having issues? When did the problem start happening?

Please post your URL and explain how and where to see the problem.

It’s been 3 weeks now.
The problem happens when members try to update their photo on the update page here :
https://www.yardfix.ng/fixer/update/61593cb0-a4c7-4e09-8281-83f6823adef3

I don’t see a step with image uploader…

When you click on the update profile, click on the profile picture or the cover photo to upload a photo

What happens? Do you get any errors in the browser console?

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.

Hi all, my entire site is affected by this problem… currently I had to suspend user registrations. :frowning: