I would really really like to limit the file type on the dropzone multifile uploader.
Here is what I see for the default configuration:
I want to overide “acceptedFiles:null” so that it functions as:
acceptedFiles: image/*
Can someone please help me to figure out how to do this in my bubble editor? @allenyang
I feel like it can be done fairly easily?.. (I don’t know for sure).
I don’t want to have to subscribe to a completely different plugin and/our construct some elaborate hack.
But I also don’t want videos or application files to be uploaded. With the current arrangement, uploads such as mp4 youtube videos or .js files can easily be uploaded and displayed/downloaded (which is not good).