|
Search
You searched for the word(s):
Showing page 1 of 2 (11 total posts)
< 1 second(s)
-
However, even I can change the attribute of ''#myuploader_Loader_unique', it still post the old url without the query string. Any place I can change it at runtime that will post the query string ''?albumSid=_runtimeVar_'' Experts help! Regards,Man Pak Hong, Dave
-
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 Expert, the code: <?php
$uploader=new PhpUploader();
$uploader->Name=''myuploader'';
...
-
Dear Ken, You are so kind, thanks for your great help. Regards, Man Pak Hong, Dave manpakhongmanpakhong@hotmail.com
-
Thanks Thanks, Terry. Regards, Man Pak Hong, Davemanpakhong
-
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
-
Yeah~~~~ I have tested it , it works. Thanks Terry. May I ask one more greedy question? Can I pass a object back to front end? Regards, Man Pak Hong, Dave manpakhong@hotmail.com
-
Thanks Expert Terry, You help me a lot, Let me test it. Thanks Thanks. Regards, Man Pak Hong, Dave manpakhong@hotmail.com
-
Can I do any modification to make the $uploader->WriteValidationOK() to return my parameters to front-end: function CuteWebUI_AjaxUploader_OnTaskComplete(task), the task? e.g. task.MyNewFileName, task.DatabaseSid?
Thanks for all experts, Regards,Man Pak Hong, Dave manpakhong@hotmail.com
-
simply to put the code in the same page: <?php
$uploader=new PhpUploader();
$uploader->MultipleFilesUpload=true;
$uploader->InsertText=''Select multiple ...
1
|
|
|