Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

upload file


jQuery Uploader

jQuery uploader - jQupload

jQupload is a simple form submit plugin.

Files can be upload through the plugin.

jQupload is easy to integate to your application.

jQupload can easy to define your own logic.

jQupload is a lightweight form uploader plugin - The source file is just 2k!

jQupload is free and Free of charge under the MIT License.

Visit jQuery uploader - jQupload for detail.

jquery ajax postup

You could post data along with uploading files by jquery ajax postup:

<input type="text" value="1" id="mode" />
<input type="text" value="jack.com" id="site" />
<input type="file" id="files[0]"/>
<input type="file" id="files[1]"/>
<input type="button" onclick="upload_keywords()" value="Start Estimate"/>

<javascript>
function upload_keywords()
{

$.ajax_postup({url:'/yahoocpc/upload',
               file_ele_ids:['files[0]', 'files[1]'],
               data:{'mode':1, 'site':'jack.com'},
               success:function(json)
                       {alert(json);

Styling File Inputs

This is a jQuery implementation of the SI_Files JS library created by Shaun Inman and described here: http://www.shauninman.com/archive/2007/09/10/styling_file_inputs_with_css_and_the_dom.

It uses the same method of creating an upload button using a div with a background image, and then moving a transparent file field with the user's cursor as she hovers the div.
As opposed to other file field styling methods, this one worked as I intended even in complicated layouts, i.e. the controller is positioned inside a floating or relatively-positioned element.

SFBrowser

SFBrowser is a file browser and uploader for jquery and php5. It returns a list of objects with containing the names and additional information of the selected files.
You can use it, like any open-file-dialog, to select one or more files. Most inherent functionalities are also there like: file upload, file preview, creating folders and renaming or deleting files and folders.

features

  • ajax file upload
  • localisation (English, Dutch or Spanish)
  • server side script connector
  • plugin environment (with filetree and imageresize plugin)
  • data caching (minimal server communication)
  • sortable file table
  • file filtering
  • file renameing
  • file duplication
  • file download
  • file/folder context menu
  • file preview (image, audio, video and text/ascii)
  • folder creation
  • multiple files selection (not in IE for now)
  • inline or overlay window

Multiple File Upload

IMPORTANT: This project will not be maintained on this system. Please visit the official website for the latest download files and support:
http://www.fyneworks.com/jquery/multiple-file-upload/

jQuery.MultiFile is a very simple (and small) plugin for jQuery to help users easily select multiple files for upload in a concise quick and easy manner.

Latest version supports:
- events
- file type validation