Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
PHP File Uploader
»
Re: if I select multiple files, can I know how many files I have selected?
if I select multiple files, can I know how many files I have selected?
Last post 02-16-2012, 12:22 AM by
manpakhong
. 2 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
02-15-2012, 4:07 AM
73027
manpakhong
Joined on 02-12-2012
Posts 11
if I select multiple files, can I know how many files I have selected?
Reply
Quote
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, Dave
manpakhong
[email protected]
Man Pak Hong, Dave
Filed under:
manpakhong
,
[email protected]
,
$uploader->selectedFilesCount
02-15-2012, 6:17 AM
73029
in reply to
73027
Kenneth
Joined on 02-13-2008
Posts 3,886
Re: if I select multiple files, can I know how many files I have selected?
Reply
Quote
Hi manpakhong,
You can get the select files count by API CuteWebUI_AjaxUploader_OnSelect, it is the javascript function.
function CuteWebUI_AjaxUploader_OnSelect(files)
{
alert(
files.length);
}
Regards,
Ken
02-16-2012, 12:22 AM
73037
in reply to
73029
manpakhong
Joined on 02-12-2012
Posts 11
Re: if I select multiple files, can I know how many files I have selected?
Reply
Quote
Dear Ken,
You are so kind, thanks for your great help.
Regards,
Man Pak Hong, Dave
manpakhong
[email protected]
Man Pak Hong, Dave