|
Search
You searched for the word(s):
Showing page 91 of 231 (2,301 total posts)
< 1 second(s)
-
Soen,
Can you show a screenshot , or post the StackTrace ?
Our code do not throws 'no element found' error.
Regards,
Terry
-
Kevin,
Do you testing the sample like dotnetdate.com ?
In the web.config , the sample does not specified the slidingExpiration ,
Did you set it and test it ?
Regards,
Terry
-
Niclas,
AjaxUploader support the queue cross the instances.
You need not do anything.
If two or more uploader are uploading,
the queue-table will always visible when the uploader has items.
Regards,
Terry
-
Hi,
2G limit is per file.
You can use the OnSelect event to show the custom error message :
<script type=''text/javascript''>
function CuteWebUI_AjaxUploader_OnSelect(files)
{
for(var i=0;i<files.length;i++)
{
var ...
-
Mohan,
You can use OnError event to hide the default error message alert box.
function CuteWebUI_AjaxUploader_OnError(msg)
{
return false;
}
Regards,
Terry
-
Tim
No. the IFrame mode use <input /> to show the dialog , it only support 1 file.
But you can show some description text , to let the users click the button again and again .
When MultipleFilesUpload=true , the IFrame mode still support file upload queue.
Continue selecting a file , that file will be ...
-
Hi,
Please check our examples source code.
It show you how to get the file.
You can use
$mvcfile=$uploader->GetUploadedFile($fileguid);
to get the file anywhere.
and the $fileguid is just the value of the uploader hidden field.
---
For parameters, I ...
-
Hi,
We you use IFrame mode , in firefox it still will not show the dialog because Firefox do not allow the file.click() function.
And when you use IFrame mode, it will not support multiple select feature .
Regards,
Terry
-
Hi,
please check the misc-filemanager-handler.php example , this line tell you how to rename the file :
rename($mvcfile->FilePath,$newpath);
for the photo operation , I suggest you use some library like the http://www.libgd.org/Main_Page
Regards,
Terry
-
So what problem did you get ?
Regards,
Terry
... 91 ...
|
|
|