pqina / filepond

🌊 A flexible and fun JavaScript file upload library
https://pqina.nl/filepond
MIT License
15.09k stars 824 forks source link

[Feature] Can I use this repo to upload multiple files to one web page? #858

Closed zydjohnHotmail closed 2 years ago

zydjohnHotmail commented 2 years ago

Is there an existing issue for this?

Is your feature request related to a problem? Please describe.

Hello: I created one facebook page, and I can use creator studio to upload multiple files at one shot. If you upload files one by one, then quite often you can upload only a few files (less than 5), but if you use creator studio, you can upload more than 50 files at one shot. I tested with 48 files in one shot, and it works. I want to know if I can use this repo to upload a number of files inside one folder, like: C:\Uploads. To make things simple, if I put 2 files in the folder: C:\Uploads1.mp4 and C:\Uploads\2.mp4. Inside my facebook page, I can go to this URL to access creator studio: https://business.facebook.com/creatorstudio/home?reference=search_facebook Then click on upload button and search for the folder where the files to be uploaded are saved, then Ctrl+A to select them all, then Ctrl+V to paste them in creator studio, then all the files will be uploaded. Let me know know how I can use this repo to upload the 2 files in this folder to my facebook page. If you have gamil account, you can register facebook without any issue, and creating a facebook is also very easy, if you don’t have mp4 format files, then you can upload other format files, like: JPG, PNG, GIF, MP3 etc.. Please advise, Thanks,

Describe the solution you'd like

The solution as in facebook creator studio requires select mutliple files by hand. I want to use the repo with API code, so I don't have to select multiple files by hand.

Describe alternatives you've considered

I have tried to use Playwright, but it has issue to recognize file format in Windows. It seems it could work in Linux, but I don't work with Linux environment.

rikschennink commented 2 years ago

Hi, sorry this issue tracker is for bug reports only, please ask questions like this on stack overflow.