|
Search
You searched for the word(s):
Showing page 23 of 231 (2,301 total posts)
< 1 second(s)
-
Hi,
Please check threads:
http://cutesoft.net/forums/thread/55546.aspx
http://cutesoft.net/forums/post/54998.aspx
Regards,
Terry
-
Hi,
Please download the last version and try again .
We have fixed it a few days ago.
Regards,
Terry
-
Bart,
We provide a uploader.browse() function, but it will show dialog be blocked, for the Flash/Silverlight.
So we put a transparent layer to the button for that case.
You can try this way :
<CuteWebUI:Uploader ID=''Uploader1'' runat=''server'' ...
-
Dieter,
We haven't provide API for that yet.
You can try this code:
function SearchUploaderIFrame()
{
var iframes=document.getElementsByTagName(''IFrame'');
for(var i=0;i<iframes.length;i++)
{
var ...
-
Hi,
The uploader need time to be loaded.
Before the uploader be loaded, you can't use the methods.
you can use CuteWebUI_AjaxUploader_OnInitialize to get notified
Regards,
Terry
-
Hi,
Please try :
<asp:LinkButton ..... style=''display:inline-block''>
when the <a> is inline display style , the offsetHeight is not correct , so the uploader can't put the Flash/Silverlight layer correctly.
Regards,
Terry
-
Hi,
When you upload one or multiple files,
OnStop only fired when all files are failed.
Any way, if you want to postback the page ,
How about call any button.click() to force the page postback , in the OnStop event ?
Regards,
Terry
-
Hi,
Please test the UploadType property , set it to IFrame or Flash or Silverlight
If the server have error while uploading , IFrame mode shall report a better message , which can help us fix it.
Regards,
Terry
-
Hi,
Make sure you do not use the IsPostBack property in the OnLoad event
Because ValidateOptions is a security member, uploader will not remember it after postback.
You need always set the value .
Regards,
Terry
-
Hi,
Make sure you have put the dll into the right bin directory.
Regards,
Terry
... 23 ...
|
|
|