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