blueimp / jQuery-File-Upload

File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads.
https://blueimp.github.io/jQuery-File-Upload/
MIT License
30.96k stars 7.96k forks source link

any firebase integration sample? #3626

Open inglesuniversal opened 4 years ago

inglesuniversal commented 4 years ago

my main goal would be to have this wonderful library work on a serverless envirnoment

best regards

blueimp commented 4 years ago

I've marked this as a feature request if someone would like to comment and contribute a Firebase integration sample.

Regarding serverless, the demo of this project has been running on Google App Engine (one of the earliest serverless environments) from the beginning. Both the original GAE Python and GAE Golang samples are part of this repository: https://github.com/blueimp/jQuery-File-Upload/tree/master/server

inglesuniversal commented 4 years ago

Thanks for your comments and support.

The site above shows this domain as target for uploads

https://jquery-file-upload.appspot.com/

Is this site a LAMP (Linux - Apache Server)?

For the reason that I already have access to hosting with firebase hosting, but I want to stay away from running a server of my own or handling updates, libraries and what have you.

just simple javascript recipe!

Regards

blueimp commented 4 years ago

The demo runs on Google App Engine (Golang), so not a typical LAMP (which stands for Linux+Apache+MySQL+PHP) server.