Hey Bubblers
This one has been awaited for a long long time
This plugin uses uploadcare.com integration for allowing to upload files more than 50MB (up to 5GB depending on a plan Edit up to 5TB). Users can choose to upload from various sources: computer, device camera (for video recording as well!), URL, Facebook, Google Drive, Google Photos, Dropbox, Instagram, Evernote, Flickr, Onedrive.
Once the upload is finished, the plugin returns a state with URL of the uploaded file.
You can customize the look and feel of the widget from your Uploadcare dashboard - for example you can configure it to only show the camera capture option.
Did you get it approved by Bubble as I know @jarrad had an issue with this with the team. Looks like its all sorted? Or this is like ZIggeo where you directly upload into uploadcare?
In the back end of the plug-in can we specify the file types which can be uploaded precluding those that are not for example⦠If I connect to third-party storage such as dropbox or my local files can I predefine that it.pdf only
Can we actually limit the selected file size precluding those above a certain limit? I appreciate this is not touching bubbles servers and going directly to uploadcare
Can we control which of the options available such as third-party storage camera uploads will be available to the user. For example can I just have local files and say dropbox only
Would I be correct in thinking that if I chose to pay for a higher plan on uploadcare i could have a custom OAuth meaning that when you select a third-party storage to connect to it would not show Uploadcare wishing to access a consumers third-party storage but my domain or similar. My guess is this is irrelevant of your plug-in and is purely based on my subscription plan to uploadcare
When you click to upload a file and select one. There is no progress bar or indicator that the upload is happening. Is this by design⦠with uploadcare own demo there is a circular progress bar which corresponds to the amount of data uploaded and finishes when complete. Is there a percentage complete option. At the moment in the demo the page just looks inactive although itās obviously uploading
Can you tell me what I need to do in uploadcare and what in Bubble?
I set the public key in the plugin settings, but still get prompted. Also if I want to customize the chooser, I need to add the widget code to my head still?
Would be nice to have those options in the plugin settings
you need to sign up at uploadcare and then use the public key in the plugin. The widget can be customized through uploadcare dashboard. Weāll check the error that you are having
I can customize it but its not saved. As I said, the key is added in the plugin settings.
You check or uncheck what you need in the widget and then the widget code will set it was my thought? Each time I move away after setting the options and I return all the options are ticked again.
the widget code is added with the plugin i believe - but weāll double check. as for the rest - I see Dmitriy is already here and typing a reply, will let him answer
my name is Dmitry and Iām from Uploadcare team.
Let me try to be of help here.
First, itās up to 5 TB, not 50 GB )
In the back end of the plug-in can we specify the file types which can be uploaded precluding those that are not for example⦠If I connect to third-party storage such as dropbox or my local files can I predefine that it.pdf only. Can we actually limit the selected file size precluding those above a certain limit? I appreciate this is not touching bubbles servers and going directly to uploadcare
every uploads go directly to Uploadcare, in Bubble you get the URL to uploaded files/groups.
you can specify what you want your users to upload
as for file sizes, you may use validation functions and discard any files that donāt pass your validation
Can we control which of the options available such as third-party storage camera uploads will be available to the user. For example can I just have local files and say dropbox only
Would I be correct in thinking that if I chose to pay for a higher plan on uploadcare i could have a custom OAuth meaning that when you select a third-party storage to connect to it would not show Uploadcare wishing to access a consumers third-party storage but my domain or similar. My guess is this is irrelevant of your plug-in and is purely based on my subscription plan to uploadcare
Yes, your users will give permissions to your apps, not Uploadcare apps that are used by default.
When you click to upload a file and select one. There is no progress bar or indicator that the upload is happening. Is this by design⦠with uploadcare own demo there is a circular progress bar which corresponds to the amount of data uploaded and finishes when complete. Is there a percentage complete option. At the moment in the demo the page just looks inactive although itās obviously uploading
In the demo, dialog is being closed when a file is being picked.
If you enable āpreview stepā it will not close and youāll see that awesome circular progress bar.
Also, you have an option to create your own progress indicator.
on mobile devices āwebcamā tab should be hidden and you should be able to use your native camera apps to capture video, photo or sound. Itās up to OS to give you the choice.
Itās much better than video capture APIs that mobile browsers provide.
it is a mighty awesome circular progress bar⦠When you say my own progress bar⦠Could this be a percentage % loaded or as a graphic⦠Possibly a very low-level question but does the progress bar graphic correspond exactly to the data uploaded meaning when the graphic is complete the upload is subsequently complete? Thank you for the answers on the other questions