|
Search
You searched for the word(s):
Showing page 36 of 231 (2,301 total posts)
< 1 second(s)
-
Hi,
If you move the oringinal temp file in FileValidating event, the FileUploaded and the UploadCompleted will not be fired.
Regards,
Terry
-
bob,
The LobbyInfo is designed for binary serialization , for the CuteChat load balancing mode.
Even we provide a non-parameeter constructor, it still not able to be xml serialized, because the member is interface type and readonly.
You can create your custom class to send the data via xml web ...
-
Hi
Because for Flash/Silverlight component, they do not allow api call to open the dialog.
So when you use button.click() function , it will be block and show warning to let user click the Flash/Silverlight again.
If you just want to hide the queue table, you can declare this ...
-
Max,
How large the video file is ?
Do you get the error when the progress is 0% ?
Is it possible to send the video file to me for testing ?
Regards,
Terry
-
Arjan,
That seems be a DotNetNuke problem, which prevent our Ajax working.
Both the Gallery and Uploader product have samiliar problem.
We are investigate on the DotNetNuke and will get back to you ASAP.
Can you tell me which version of DotNetNuke you are testing ?
Regards,
Terry
-
Hi,
I have tested your website.
It seems that , the Page.PreRender event is not able to be catched by the uploader control.
Now I think maybe the control be added to the Page too late.
I suggest you to test this :
attach the OnInit,OnLoad,OnPreRender event of both the Page and the ...
-
Hi,
Users use the same Temp directory.
But uploader will save it as xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.filename.ext.resx
Each temp file will have unique name.
Regards,
Terry
-
Hi,
You can intercept the CuteSoft_Client/CuteEditor/Load.ashx , to output your custom menu data.
Here is the Load.ashx code :
<%@ WebHandler language=''C#'' Class=''EditorLoadHandler'' %>
using System;
using System.Web;
using System.Xml;
using System.IO;
public class EditorLoadHandler : ...
-
Hi,
We need test on it, once we can reproduce it , we will fix it.
Regards,
Terry
-
John,
Please try this code
<%@ Page Language=''C#'' Title=''Total Progress'' %>
<%@ Import Namespace=''CuteWebUI'' %>
<%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %>
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Frameset//EN'' ...
... 36 ...
|
|
|