|
Browse by Tags
All Tags » manpakhong » manpakhong@hotmail.com
-
I solved it by myself eventually. Just at the resultHandler after Ajax post. change it with JQuery. The javascript id of the phpFileUploader button is ''myuploader_Loader_unique''. So that I can change it with simple JQuery script as follows: function insertAlbumResultHandler(res){
//alert(res);
var ...
-
Dear Experts, If I use php file uploader, if $uploader->MultipleFilesUload=true, does the $uploader has property of showing how many files I have selected? Regards, Man Pak Hong, Davemanpakhongmanpakhong@hotmail.com
-
front end code: <?php
$uploader=new PhpUploader();
$uploader->MultipleFilesUpload=true;
$uploader->InsertText=''Select multiple files (Max 10M)'';
...
|
|
|