Re: Start uploading manually more than 1 files

  •  10-29-2012, 10:30 AM

    Re: Start uploading manually more than 1 files

    Hi AlxReiter,

     

    1. Please separate  the code like below

     

    if (uploadobj.getqueuecount() > 0) {

    uploadobj.startupload();
    }
    if (uploadobj2.getqueuecount() > 0) {

    uploadobj2.startupload();
    }

     

     2. please refer to http://www.ajaxuploader.com/document/scr/html/How-to-save-uploaded-file-to-database.htm, it shows you how to save the upload file into database.

     

    Regards,

     

    Ken 

View Complete Thread