Post Top Ad

Post Top Ad

Monday, June 30, 2008

Use Flickr’s Image Uploader On Your Website

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/

No comments:

Post a Comment