HomeHelpTrac

Changeset 15522 for trunk/templates


Ignore:
Timestamp:
09/22/11 02:49:19 (8 months ago)
Author:
Alexander Trofimov
Message:

File Uploaders Docs

Location:
trunk/templates/base/scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/base/scripts/BxBaseUploaderHTML5.php

    r15516 r15522  
    1010 
    1111/** 
     12 * Upload files using AJAX uploader with multiple files selection support (without flash),  
     13 * it works in Firefox and WebKit(Safari, Chrome) browsers only, but has fallback for other browsers (IE, Opera). 
    1214 * @see BxDolUploader 
    1315 */ 
     
    5961    /** 
    6062     * Handle uploads here. 
    61      * @param $mixedFiles as usual $_FILES['some_name'] array, but maybe be some other params depending on the uploader 
     63     * @param $mixedFiles as usual $_FILES['some_name'] array, but maybe some other params depending on the uploader 
    6264     * @return nothing, but if some files failed to upload, the actual error message can be determined by calling BxDolUploader::getUploadErrorMessages() 
    6365     */ 
  • trunk/templates/base/scripts/BxBaseUploaderSimple.php

    r15493 r15522  
    1010 
    1111/** 
     12 * Upload files using standard HTML forms. 
    1213 * @see BxDolUploader 
    1314 */ 
Note: See TracChangeset for help on using the changeset viewer.