Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Browse by Tags
All Tags
»
manpakhong
$uploader->selectedFilesCount
ajax
Dave
how can i return newly updated file name to CuteWebUI_AjaxUploader_OnTaskComplete(task)?
Man Pak Hong
[email protected]
phpfileuploader change myuploader button post url at runtime/ after ajax post
Uploader JS
Re: How can I update $uploader->UploadUrl="../php/cmds/PHPFileUploadCmd.php" after Page Load then after ajax resulthandler?
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 ...
Posted to
PHP File Uploader
(Forum)
by
manpakhong
on
March 5, 2012
if I select multiple files, can I know how many files I have selected?
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,
[email protected]
Posted to
PHP File Uploader
(Forum)
by
manpakhong
on
February 15, 2012
how can i return newly updated file name to CuteWebUI_AjaxUploader_OnTaskComplete(task)?
front end code: <?php $uploader=new PhpUploader(); $uploader->MultipleFilesUpload=true; $uploader->InsertText=''Select multiple files (Max 10M)''; ...
Posted to
PHP File Uploader
(Forum)
by
manpakhong
on
February 12, 2012