Uploadify Jcrop -- 猎人上传神器

Component ID

2547327

Component name

Uploadify Jcrop -- 猎人上传神器

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

990

Component created

Component changed

Component body

This is a multi-function upload plugin, it can solve many problems...

Road map:

1. Form API support
2. user avata support
3. Entity and Field API

How to use

1> only uploadify, it support multi images upload.

  $form['product']['images'] = array(
    '#type' => 'uploadify',
    '#title' => t('Upload Images'),
  );

2> uploadify with jcrop, it can use to change user avata.

  $form['product']['images'] = array(
    '#type' => 'uploadify_jcrop',
    '#title' => t('Upload Images'),
  );

enjoy!

supported by DrupalHunter