The new & improved Upload button allows you to upload up to 10 images and videos with a single button!
We've also introduced an improved Viewer behavior, including progress indications of the upload process, success indications, and informative error messages to give site visitors a clear understanding of their upload status! 🔥
Why did we do it?
A multi-file upload button has been a highly requested feature by the Velo Masters community as well as Wix Forms & Data Binding users for a long time.
What’s changed?
The current function of startUpload() has been deprecated and we’re glad to introduce the new uploadFiles() function, which returns an array of files rather than a file.
Keeping Velo users in mind, we developed this component with as much customization exposed on our API as possible.
Current rollout status:
Opened to 100% registered English users of Data-Binding & Velo.
Up next: Expanding to all languages & adding Multi-File Upload as a Wix Forms field + Supporting multiple Documents.
For feedback or questions about the component or the API, please feel free to reach out to us as we’re constantly working on improving our input components.
The upload button in Wix Forms only allows you to upload 1 file. I upgraded and paid a lot of money to upgrade to that button and it doesn't work...
Hi,
I have some personalised photo products where customers need to upload photos. Am I able to achieve it? Have upload button on those products only? If so, how do I do it please?
Hi everyone, I'm trying to increase the upload limit of the upload button (images and video to a gallery) to 20 but it's not working. Any advice?
Here's the code I wrote:
$w.onReady(function () { $w('#uploadButton1').fileLimit = 20; });
I did, but the button becomes disabled. Also, if I connect it directly, photos are uploaded immediately. Instead, I need to upload only when the user finishes entering info in other fields and I do formal checking of all fields. That’s an operation I do manually through code.
Right, so how do I allow a user to upload a series of photos in a collection?
Hi, I'm still not clear as to where these files end up once uploaded. Is it the media gallery? And how do I save them in a collection?
If I'm loading the files to a Collection, what should I set the Field Type to: String, Array, Object, Multi-Reference or Media Gallery?
When users upload videos with this button, I'm assuming you can store these videos in the database like you can with images.
However, is there any limits to video size/length?
It looks like this broke image uploading in general. Since yesterday, our file upload buttons are not working. There's no error in the console. Looks like it's timing out. Please check it
Made a test on a blank site with only 1 file upload button and one submit, button - also doesn't work
**** Tried uploading screenshot here, but it gets stuck on 99%. Is the whole image upoading broken on the back end?