Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): form
More Search Options
Showing page
20
of
300
(
2,996
total posts)
< 1
second(s)
Re: ASPUploader - File Overwrite
Hi, If you want to voerwrite the same name file, then please do not use "SaveDirectory" setting to save the upload file. You can use method "CopyTo()" and "MoveTo()" to handle the upload file store location and file name. Below is the example to use these ...
Posted to
ASP Uploader
(Forum)
by
Kenneth
on
November 12, 2014
Re: Get uploaded real file name!!!
Hi Gianluca, For now has not the option to get this new file name. I suggest you handle the upload file store file name by method "CopyTo()", so you can always get the correct file name. The example page below shows you how to use method CopyTo to handle the upload file store location and the file ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
April 4, 2014
Re: Saving filename with GUID
Hi serran, I suggest you use method "CopyTo" to handle the upload file store location and the new file name. Then you can save it to any folder and use any name you need. The example below shows you how to achieve it. mvcfile.FileName is the original file name, you can change it directly. Like ...
Posted to
ASP Uploader
(Forum)
by
Kenneth
on
August 28, 2013
Re: Ajax Uploader missed new 3 features...
Hi Demon1, * Small image preview before start upload or after upload completed The example below shows you how to generate the preview image after upload ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
April 6, 2012
Re: executing code after paste from word
Hi dbots, How to execute code after paste command <%@ Page Language=''C#'' %><%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''><html ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
February 28, 2012
Re: Editor in aspx page not returning changed text in IE 8
Hi LawProgrammer, In example below, the button does not get the new content and set for label1 <%@ Page Language=''C#'' %> <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
September 20, 2011
Re: Rename File
Dear msandwisch, You can rename uploaded files in this method, please refer to the following code: <%@ Language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' --> <html> <head> </head> ...
Posted to
ASP Uploader
(Forum)
by
Eric
on
May 5, 2011
Re: cute editor bug tab container tab panel
Dear Alex1234, I have tested the following code in TabContainer, it works fine, this issue is not related to TabContainer. <%@ Page Language=''C#'' Trace=''false'' ValidateRequest=''false'' %> <%@ Register Assembly=''AjaxControlToolkit'' Namespace=''AjaxControlToolkit'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Eric
on
February 1, 2011
Re: get client path of image
HI krm0503, There are two example, please create a folder name ''Uploads'' under the root of your site to start test the examples. 1 will update the images every uploaded <%@ Page Language=''C#'' %> ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
November 17, 2010
Re: Control to stop overwriting an exisitng file
Dear Mark, Please try the following code: <%@ Language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' --> <html> <head> </head> <body> ...
Posted to
ASP Uploader
(Forum)
by
Eric
on
September 19, 2010
More Search Options
« First
...
< Previous
18
19
20
21
22
Next >
...
Last »