Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): IE 9 upload
More Search Options
Showing page
8
of
656
(
6,557
total posts)
< 1
second(s)
Re: HTML Editor Modifies Code when switching to Normal mode
Adam,This does not seem to address my question at all. Does the Editor.EnableAntiSpamEmailEncoder Property address links that are not email addresses?Here is an example of code that I am using and what is happening. Here is the original code that I put in the ...
Posted to
Cute Editor for .NET
(Forum)
by
jondavisct
on
February 9, 2007
Re: A question of images upload or files upload
zhway923, This is an example. How to dynamically populate the tree view dropdown menu?( C# | VB ) This example demonstrates how to programmatically populate the Cute Editor tree view dropdown menu.
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
May 23, 2006
Re: rename files after upload
Hi, I fixed the issue I had earlier, some corrupt config file, but Now I have some other issue. FileUploaded doesn't seem to be the last step in the proces. it seems to be after this, the file is actually saved and the input text gets its value. what do I have to do to manage evering completely at the end of the upload part? Thank ...
Posted to
Cute Editor for .NET
(Forum)
by
bartje
on
November 11, 2013
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: adding image to upload
Hi, To use an img as the upload button, please use property ...
Posted to
ASP Uploader
(Forum)
by
Kenneth
on
June 17, 2013
Re: Is it possible to set the upload file name in ajax uploader control
Hi mvjr, That is the temp file, you should not change this file name. You can save the upload file with a new name in event Fileuploaded, like below. args.FileName is the original file name, you can change it ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
January 18, 2013
Re: Getting Information During Upload
Hi faxe360, You can get the progress info in API ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
October 23, 2012
Re: Error in Upload in FireFox
Hi Pbanerji, Is your site online? If so, can you post the uploader page url here? So we can check it for you. Please try use IFrame upload mode, it should shows you move detail about the error. <CuteWebUI:UploadAttachments ID=''uploader1'' runat=''server'' UploadType=''IFrame''> ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
January 20, 2012
Re: All type(extensions) of files upload is there?
HI premf5, If you didn't set property ''SaveDirectory''. Please remove property setting ''AllowedFileExtensions''. Then you can upload all type of files (except the extension which willcause security risks, like asp/php/aspx) For security reason, if you using property ''SaveDirectory'', you need to use property ''AllowedFileExtensions'' ...
Posted to
PHP File Uploader
(Forum)
by
Kenneth
on
November 2, 2011
Re: Problem With Single file Upload
Please set the following property to false. Uploader.MultipleFilesUpload Property If true, the users are able to select multiple files in the file browser dialog then upload them at once. Example Code <?php require_once ''phpuploader/include_phpuploader.php'' ?> ...
Posted to
PHP File Uploader
(Forum)
by
Adam
on
October 2, 2011
More Search Options
« First
...
< Previous
6
7
8
9
10
Next >
...
Last »