So I'm creating a prototype that needs to run DropzoneJS (or any open-source drag-and-drop upload module) but it seems to not work without a server side to catch the upload. Is there any way for me to not have to deal with the server side and just mock the dropzone functionality as if there was a server?So I'm creating a prototype that needs to run D