Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): assembly
More Search Options
Showing page
15
of
149
(
1,483
total posts)
< 1
second(s)
Re: Large File Upload
Hi jmoseley, You can try the example below, it support resume. Note that, the resume function is based on the silverlight plug-in, so you need to set the upload type to silverlight and the browser must has the silverlight plug-in ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
July 1, 2013
Re: AttachmentTRStyle
Hi GeraldMorris, This property use to set the attachment table style after uploaded. If you want to change the style of the queue table when uploading, then you need to write your own queue table like the example below. More details please refer to ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
June 26, 2013
Re: How to change the file extentions allowed?
Hi aviweiss, You can ctach the error and show you own error message. How to catch file upload error?To catch uploader error, you need to use CuteWebUI_AjaxUploader_OnTaskError or CuteWebUI_AjaxUploader_OnError event. Example: <%@ Page Language="C#" %> <%@ Register TagPrefix="CuteWebUI" ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
May 10, 2013
Re: adding flash video crashes ie9 (.net)
Hi dwood, Can you reproduce this issue on demo http://cutesoft.net/example/general.aspx? Do you get the same problem with the example page ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
May 7, 2013
Re: Custom toolbar buttons
Hi DanJohnson, Yes, please refer to example http://www.richtexteditor.com/demo/custom_buttons.aspx. You can find the source code in the download package. Also, below is the code of this example ...
Posted to
Rich Text Editor for .NET and MVC
(Forum)
by
Kenneth
on
April 4, 2013
Re: File size (6.67 KB) is too large: The maximum file size allowed is set to: 3.72GB
mdc124, Please try the following code: <%@ Page language="c#"%> <%@ Register Namespace="CuteWebUI"
Assembly
="CuteWebUI.AjaxUploader" TagPrefix="CuteWebUI" %> <html> <head> </head> <body> <form id="Form1" ...
Posted to
Ajax Uploader
(Forum)
by
Adam
on
March 15, 2013
Re: Hide the Cancel button that comes while uploading and rename 'CancelAll' button to 'Cancel'
Hi MayurNarsale, To achieve these requirements, you need to wirte your own queue table. The example below shows you how to achieve it. For requirement 1, I used property "CancelButtonID" to define my own cancel button, so I can hide/show it in "CuteWebUI_AjaxUploader_OnSelect(files) " depends on the files ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
March 15, 2013
Re: "Wait to finish upload" message if some one do another activity during upload is in progress
Hi krajiv23, The uploader has not the property to check the states, so you can add a variable to check it between the upload progress, like the example ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
March 12, 2013
Re: CuteWebUI_AjaxUploader_OnStart - not invoked in user control (.ascx page)
Hi ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
February 28, 2013
Re: A blocking operation was interrupted by a call to wsacancelblockingcall cute editor.
hi, can you post the full error message? Do you get the same error with the example page ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
February 21, 2013
More Search Options
« First
...
< Previous
13
14
15
16
17
Next >
...
Last »