141 skills found · Page 1 of 5
blueimp / JQuery File UploadFile Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads.
FineUploader / Fine UploaderMultiple file upload plugin with image previews, drag and drop, progress bars. S3 and Azure support, image scaling, form support, chunking, resume, pause, and tons of other features.
moxiecode / PluploadPlupload is JavaScript API for building file uploaders. It supports multiple file selection, file filtering, chunked upload, client side image downsizing and when necessary can fallback to alternative runtimes, like Flash and Silverlight.
mailru / FileAPIFileAPI — a set of javascript tools for working with files. Multiupload, drag'n'drop and chunked file upload. Images: crop, resize and auto orientation by EXIF.
pionl / Laravel Chunk UploadThe basic implementation for chunk upload with multiple providers support like jQuery-file-upload, pupload, DropZone and resumable.js
dimastatz / Whisper FlowWhisper-Flow is a framework designed to enable real-time transcription of audio content using OpenAI’s Whisper model. Rather than processing entire files after upload (“batch mode”), Whisper-Flow accepts a continuous stream of audio chunks and produces incremental transcripts immediately.
1up-lab / OneupUploaderBundleThis Symfony bundle provides a server implementation for handling single and multiple file uploads using either FineUploader, jQuery File Uploader, YUI3 Uploader, Uploadify, FancyUpload, MooUpload, Plupload or Dropzone. Features include chunked uploads, orphanages, Gaufrette and Flysystem support.
Gargron / FileuploadPHP FileUpload library that supports chunked uploads
muxinc / UpchunkUploads Chunks! Takes big files, splits them up, then uploads each one with care (and PUT requests).
andrea9293 / MCP Documentation ServerMCP Documentation Server - Bridge the AI Knowledge Gap. ✨ Features: Document management • Gemini integration • AI-powered semantic search • File uploads • Smart chunking • Multilingual support • Zero-setup 🎯 Perfect for: New frameworks • API docs • Internal guides
juliomalegria / Django Chunked UploadUpload large files to Django in multiple chunks, with the ability to resume if the upload is interrupted.
IngestAI / Embedditor⚡ GUI for editing LLM vector embeddings. No more blind chunking. Upload content in any file extension, join and split chunks, edit metadata and embedding tokens + remove stop-words and punctuation with one click, add images, and download in .veml to share it with your team.
Xtrendence / FileDropGrade: 89%. COMP3006 coursework. An encrypted file sharing application that leverages web sockets to allow users to send and receive files.
YTXEternal / Ux Plus Chunk Uploader这是一款基于axios开发的大文件分片上传插件支持断点续传以及暂停,开发者无需关注具体的实现逻辑即可快速实现
Buzut / Huge UploaderJavaScript module to handle huge file uploads by chunking them in the browser. Resumable, fault tolerent, offline aware, mobile ready.
jkeifer / Drf Chunked UploadModule for django-rest-framework to enable uploads using chunks via REST.
QubitProducts / Gcs Browser UploadResumable chunked uploads to Google Cloud Storage from the browser
ienzam / S3 Multipart Upload BrowserThis is a demonstration of how to upload from browser to amazon s3 directly in chunk and resumable way with php as backend.
zykzhangyukang / Chunk UploaderSpringBoot+Redis 实现大文件分片上传,断点续传,急速秒传。前端使用vue-simpler-uploader实现文件并发上传。
pionl / Laravel Chunk Upload ExampleExample project for laravel-chunk-upload