Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): upload file
More Search Options
Showing page
1
of
336
(
3,355
total posts)
< 1
second(s)
File Upload - Can the existing file can be replaced by the new file upload?
Hi, I have a scenario, that i need to upload a file (Pdf) which already exists. But now am not able to upload it. Am getting message saying that file name already exist, Is there any option available to replace the existing one with the new one while uploading? I am using the latest cute editor (trial version) for the DNN ...
Posted to
Cute Editor for .NET
(Forum)
by
jyotsna
on
August 25, 2008
Re: Customize "Upload" button behavior in Insert Image dialog box
Hi qsun, The code below shows you how to handle the click envet of the upload button. And how to change the upload file name. The red code is what I added into the ''insert image'' dialog page <%@ Page Language=''C#'' Inherits=''CuteEditor.Dialogs.FileBrowserPage'' EnableViewState=''true'' %> <%@ Register TagPrefix=''CE'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
November 24, 2011
Re: Upload start automatically after selecting an invalid file (e.g. larger than limit) even upload mode is set to manual
When you click ''Cancel'' or ''Cancel All'', CuteWebUI_AjaxUploader_OnStop will be called, you can use the following examples to test it: <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script ...
Posted to
Ajax Uploader
(Forum)
by
Eric
on
May 7, 2010
Re: File Upload - removing space in file name
Hi rajmohanp, 1. Open file ''CuteSoft_Client\CuteEditor\Dialogs\InsertMedia.aspx'' and delete all the code in it 2. Use the code below (red code is what I added in it) <%@ Page Language=''C#'' Inherits=''CuteEditor.Dialogs.FileBrowserPage'' %> <%@ Register TagPrefix=''CE'' Assembly=''CuteEditor'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
October 20, 2011
Re: Implementation
Hi SteveS, You can run the following two examples on your asp uploader installation directly: example1:<%@ Language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' --> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
Posted to
ASP Uploader
(Forum)
by
Eric
on
July 7, 2011
upload works on dev server, not on production server
Hello, NOTE: There are a bunch of later messages here with additional information and updates to this one - please read them all before responding! UPDATE: THIS HAS BEEN SOLVED -- see me final message I’m using the trial version. VS2008, .NET 3.5, C#. We are loading to a temp directory and then ...
Posted to
Ajax Uploader
(Forum)
by
rberman
on
June 4, 2010
Re: Add two more fields while upload the file using php file uploader
ya...thnxs... i have some doubts in this product. 1. If i want to upload 3 files.. But at a time we upload only one file. so we have 3 browse button for upload. the below method is i want to upload Title 1 : <textbox> *file 1 : <browse button> *descripton: ...
Posted to
PHP File Uploader
(Forum)
by
svsenthilmca
on
September 6, 2010
Re: Manual Upload - So I can upload file and save fields
Hi derekml, You can find all source code of the demo in the php uploader demo package. Demo package download url: http://www.cutesoft.net/downloads/folders/52443/download.aspx I also attached the manual start upload example code ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
June 25, 2012
Re: Ajax-based-File-storage demo
Hi, The filename/description is design for ajax uploader v1 , for that version uploader do not support multiple files uploading. It just use the specified filename when rename the file at the event handler. the event handler code is this : protected void Uploader1_FileUploaded(object sender, ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
December 20, 2009
Re: HELP: Getting Error "Cannot upload the file. File format is not allowed." on a File Rename
Hi, This error message is not relative to the FileStorage class. What file are you uploading ? Is the file extension be added into the security configuration file ? for example , the config file specify this : <security ...
Posted to
Cute Editor for .NET
(Forum)
by
cutechat
on
October 21, 2009
More Search Options
1
2
3
4
5
Next >
...
Last ยป