Is it possible to use the file chooser to upload files to a server?
I can grab the blob of the video from the File Chooser's URL, but something tells me that won't be too useful.
I'd like upload a file to a specific folder on my server based on the current user. I've considered using binary, which may work, but I was wondering if there was a better way using the new HTML Element.
Originally, I'd have considered doing this with ajax and php, but I'm not sure what I need to send. The file type would ideally be webm, but I'd need a file size locked to 1mb.
I've seen other people ask this question, and one post a picture of an answer, which has now been deleted :( So any help would be appreciated :)