File Upload

This does't work yet. As far as I can tell, Neocities doesn't give me access to the server PHP, SQL or FTP, SSH, access, etc, I'm having to figure out ways around that. My goal is to create a blog and then morph it into a social media kind of thing. The goal is to recreate MySpace and allow users to edit their own home page styles and embed videos and comment on each other's pages and posts. I will probabably spend an hour or less on this a month until I graduate from school. I'm going to use as many jQuery plugins like this one as I can get away with.

File Upload widget with multiple file selection, drag&drop support, progress bars, validation and preview images, audio and video for jQuery.
Supports cross-domain, chunked and resumable file uploads and client-side image resizing.
Works with any server-side platform (PHP, Python, Ruby on Rails, Java, Node.js, Go etc.) that supports standard HTML form file uploads.

Add files...
 

Notes

  • The maximum file size for uploads in this demo is 999 KB (default file size is unlimited).
  • Only image files (JPG, GIF, PNG) are allowed in this demo (by default there is no file type restriction).
  • Uploaded files will be deleted automatically after 5 minutes or less (demo files are stored in memory).
  • You can drag & drop files from your desktop on this webpage (see Browser support).
  • Please refer to the project website and documentation for more information.
  • Built with the Bootstrap CSS framework and Icons from Glyphicons.