Leveraging JS File Uploader Libraries in PHP Forms: Example Using FilePond
I ran into a situation recently where a client wanted a web page similar to an AirBnb-type page where they wanted to show numerous slideshows on a single web page (both integrated into a Google Maps map and also on other parts of the page).
One major consideration whenever you’re loading, say, 100 photos on a single page is bandwidth. You…