Ignore:
Timestamp:
Feb 11, 2010, 12:29:29 AM (14 years ago)
Author:
plg
Message:

feature 1141 added: multiple select and progress bar with uploadify (jQuery
plugin).

Note: the HTML upload is disabled but I will provide a switch, either you use
Uploadify OR you use HTML multiple file boxes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/upload_form/include/functions_upload.inc.php

    r4829 r4875  
    8484    'date_available' => $dbnow,
    8585    'tn_ext' => 'jpg',
    86     'path' => $file_path,
     86    'path' => preg_replace('/^.*?upload/', './upload', $file_path),
    8787    'filesize' => $file_infos['filesize'],
    8888    'width' => $file_infos['width'],
Note: See TracChangeset for help on using the changeset viewer.