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?
Re: if I select multiple files, can I know how many files I have selected?
02-15-2012, 6:17 AM
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
View Complete Thread