Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmaiaroto/agile_uploader
Upload files, other form data, and optionally resize any uploaded images on the client side before uploading to save on server bandwidth. Resizing before uploading can also help save a server from processing unnecessarily large image files if further image processing (manipulation or simply having the server save multiple sizes) is done on the server.
https://github.com/tmaiaroto/agile_uploader
Last synced: about 2 months ago
JSON representation
Upload files, other form data, and optionally resize any uploaded images on the client side before uploading to save on server bandwidth. Resizing before uploading can also help save a server from processing unnecessarily large image files if further image processing (manipulation or simply having the server save multiple sizes) is done on the server.
- Host: GitHub
- URL: https://github.com/tmaiaroto/agile_uploader
- Owner: tmaiaroto
- Created: 2011-08-02T00:47:39.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-12-07T05:41:10.000Z (about 13 years ago)
- Last Synced: 2024-08-04T05:02:48.747Z (5 months ago)
- Language: ActionScript
- Homepage: http://www.shift8creative.com/projects/agile-uploader/index.html
- Size: 718 KB
- Stars: 28
- Watchers: 4
- Forks: 12
- Open Issues: 7
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-actionscript-sorted - agile_uploader - Upload files, other form data, and optionally resize any uploaded images on the client side before uploading to save on server bandwidth. Resizing before uploading can also help save a server from processing unnecessarily large image files if further image processing (manipulation or simply having the server save multiple sizes) is done on the server. (Networking / Data Loader)
README
Please see the "bin" directory for complete examples and all
non-flash source code and supporting files for using Agile Uploader.You do not need to use any of these files if you wish to build
your own JavaScript that uses Flash's ExternalInterface to work
with the methods within the compiled SWF. You could then use
the agile-uploader-3.0.js file as a reference. Note that this
file uses jQuery, but you need not use jQuery if so desired.You can also refer to the Agile Uploader project page:
http://www.shift8creative.com/projects/agile-uploader/index.html