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
34
of
336
(
3,355
total posts)
< 1
second(s)
Re: Using UploadPersistedFile and making file upload mandatory
Hi MarjaR, Please try the example below <%@ Page Language=''C#'' %> <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %> <!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
Kenneth
on
October 18, 2011
Re: file upload not support chinese filename!!
Hi tomjoy, 1. Open file 'D:\2005\Editor\CuteSoft_Client\CuteEditor\Configuration\Security\Default.config'. 2. Find section below <security name=''filenamePattern''>^[a-zA-Z0-9\._\s-\#]+$</security> Change to <security ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
November 12, 2009
Re: Is it possible upload a file without page doing post back in .net 1.1
sunny_mel: Hi , Is it possible uploading an image file without page doing post back in .net framework 1.1? the demo coding I found are doing post back. many thanks Best Regards Sunny Please use the Ajax solution.
Posted to
Ajax Uploader
(Forum)
by
Adam
on
March 11, 2010
Re: Is there a way to disable file fliters for uploads
Daveg: Thanks Adam, That fixed the file filter problem for me. However, now the client is running into errors trying to upload exe's. Ive tested and it gives a simple permissions errors when the upload is done. It seems to be isolated to CuteEditor since i can use our regular asp.net upload control and upload an exe with no problems. ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
March 10, 2010
Re: Restrict Template Upload?
Disable the upload function. 1: Edit security policy file. The security policy file (default.config, admin.config and guest.config) can be found in the /CuteEditor/Configuration/Security folder. In security policy file you can find the AllowUpload element. By default, it contains the following value: <security ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
January 7, 2009
Re: Copy File Guid or Combination Of Both To Server Folder
Hi IRHM73, The example below shows you how to save the upload file by method ''CopyTo''. This method allow you handle the file location and the file name. <?php require_once ''phpuploader/include_phpuploader.php'' ?><?php session_start(); ?><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ...
Posted to
PHP File Uploader
(Forum)
by
Kenneth
on
February 14, 2012
Re: Using the MoveTo method wont show files after upload
Hi websitepro, If you do not want the user to delete the upload file, you can create your own attachment table, like the example below. I have removed the ''remove'' link for each file. <%@ Page Language=''C#'' %><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
January 12, 2012
Re: MoveTo and file.Delete don't work for some time after upload
Olaf, Hope you can test it in a simple environment, not in your project. And then try the args.Delete(); If it works for simple environment, that means there maybe something special which prevent the uploader release the temp file. If it's a bug of AjaxUploader , we will fix it. You can also ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
June 3, 2010
Re: remove file list during upload
Hi mtimmons, 1. If you just need to change the style of the cancel all button, please add the style setting below into your page and set style in it directly. <style> .AjaxUploaderCancelAllButton { } </style> 2. If you want to hide the cancel all ...
Posted to
PHP File Uploader
(Forum)
by
Kenneth
on
January 9, 2013
Re: Can ajax upload file to a controller instead of uploadHanler.ashx?
Hi, Here is the client side API to set the data <script> var inp = document.getElementById("textboxid"); var currtask; inp.onchange = function () { ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
November 20, 2012
More Search Options
« First
...
< Previous
32
33
34
35
36
Next >
...
Last »