Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Browse by Tags
All Tags
»
Man Pak Hong
ajax
Dave
how can i return newly updated file name to CuteWebUI_AjaxUploader_OnTaskComplete(task)?
include_phpuploader.php
manpakhong
[email protected]
[email protected]
phpfileuploader change myuploader button post url at runtime/ after ajax post
Uploader JS
WriteValidationOK()
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
Re: how can i return newly updated file name to CuteWebUI_AjaxUploader_OnTaskComplete(task)?
Thanks Expert Terry, You help me a lot, Let me test it. Thanks Thanks. Regards, Man Pak Hong, Dave
[email protected]
Posted to
PHP File Uploader
(Forum)
by
manpakhong
on
February 13, 2012
Re: Unable to get file name of uploaded file
simply to put the code in the same page: <?php $uploader=new PhpUploader(); $uploader->MultipleFilesUpload=true; $uploader->InsertText=''Select multiple ...
Posted to
PHP File Uploader
(Forum)
by
manpakhong
on
February 12, 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