|
Search
You searched for the word(s):
Showing page 87 of 231 (2,301 total posts)
< 1 second(s)
-
Hi all,
We just released a new version of the AjaxUploader
Now it support Flash10, SSL(HTTPS), NTLM(windows authentication)
(will not hang or prompt username/password)
Regards,
Terry
-
Arun,
We have investigated on this issue.
When a file upload , the Mac will convert the '/' to ':' .
And the '' is not compatible with the ASP.NET.
We just start try another solution to pass the filename to server,
And will provide another solution in 2 days.
Regards,
Terry
-
Hi,
Yeah.. you have found the code to write your implementation :)
Regards,
Terry
-
Andy,
Please try :
$uploader->DialogFilter=''Image Files(*.BMP;*.JPG;*.GIF)|*.BMP;*.JPG;*.GIF|All files (*.*)|*.*'';
Regards,
Terry
-
Hi,
you need remove the '$'
$uploader->$UploadingMsg
to
$uploader->UploadingMsg
Regards,
Terry
-
Michael,
Do you installed any software , like firewall etc ?
Please try another new PC .
I guess the reason is some software buff up the data , and so the Flash report the wrong progress!
Regards,
Terry
-
Hi,
I just not able to determine the reason.
Can you provide an online page for testing ?
Regards,
Terry
-
Sugendran,
Please check this http://ajaxuploader.com/document/scr/JavaScript-API.htm
It show you how to hook the event for all uploaders or one instance.
Regards,
Terry
-
David,
You need make a shared server folder add such setting to web.config :
sample :
<add key=''CuteWebUI.AjaxUploader.TempDirectory'' value=''\\192.168.1.11\sharetemp'' />
and take care the read/write permissions.
Regards,
Terry
-
ujn2 ,
This code is for http://cutesoft.net/forums/thread/48281.aspx
You need understand the code, and find a way to store the byte[] to MySql
Regards,
Terry
... 87 ...
|
|
|