Use Flickr’s Image Uploader On Your Website
27
Jun
Flickr’s Flash file uploader is one of the most functional uploaders a developer can think of.
It supports:
- Multiple file selection in a single "Open File" dialog.
- File extension filters for easier selection.
- Upload progress tracking.
- Filename, size, date created, date modified, and author can easily be extrated.
This flash file uploader is avaliable as the YUI Uploader component.
You can also include additional data in the upload POST request.
And, upload component provides faster file upload on broadband connections due to the modified SEND buffer size.
Requirements: YUI Library
Website: http://developer.yahoo.com/yui/uploader/
Demo: http://developer.yahoo.com/yui/examples/uploader/ind...
Download: http://developer.yahoo.com/yui/download/
Website: http://developer.yahoo.com/yui/uploader/
Demo: http://developer.yahoo.com/yui/examples/uploader/ind...
Download: http://developer.yahoo.com/yui/download/
- Tags:
Flash Flickr YUI
- Filed under: BSD License, File & Folder, Goodies
- 3 Comments























3 Responses for "Use Flickr’s Image Uploader On Your Website"
You posted a screen shot of the flickr uploader, but in the YUI Uploader component is totally different.
See the example from they’re site and look at the pictures.
@Gabi,
Yes you’re right. I used it to better mention the component.
The backend is the same. And frontend is the same too. Only styling is different.
Hi,
Thanks for the information. Could you please let me know how to use YUI uploader component with the servlet as backend component?
Thanks in advance