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
43
of
336
(
3,355
total posts)
< 1
second(s)
Re: File Upload cause complete page post back... Basicly the ajax part of the uploader is not working?
Did anybody ever resolve this? From what I can see, it's actually a Mircrosoft/Ajax issue. When using ClientIDMode="Static" on a master page, Ajax is ignored and a full postback occurs, it happens for lots of different controls. My solution was just to use ClientIDMode="AutoID" on the control itself.
Posted to
Ajax Uploader
(Forum)
by
themoonraker
on
November 26, 2012
Re: Automatically Redirect after Upload is complete
Hi djnotepad, If you need to the file upload to the server, the postback is necessary. If you want the user input some other info after upload and finally click a submit button to submit the form, please try the manually upload. Online ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
June 29, 2011
File upload does not work (6.1.2): URL is not computed
Hi all, as advised here I've upgraded my CuteEditor from 6.0 to 6.1.2. But now I have a problem with file upload. Fortunately this is reproducable on your test site at http://cutesoft.net/example/general.aspx (I'm using IE6) : I click at the end of the text. Then I clicked on the PDF-Icon to upload a file. I selected a PNG bitmap. It was uploaded ...
Posted to
Cute Editor for .NET
(Forum)
by
Kai2
on
August 14, 2008
Re: Select multiple file don't work !!!
THIS IS THE CODE OF multiple-files-upload.aspx: <%@ Page Language=''C#'' MasterPageFile=''~/Demo.master'' Title=''Uploading multiple files like GMail'' %> <script runat=''server''> void InsertMsg(string msg) ...
Posted to
Ajax Uploader
(Forum)
by
bruognololuca
on
June 30, 2009
Re: OverWrite a file during upload
shani, >>is this possible in cuteEditor version 5.3 . >>I changed OverWriteExistingUploadedFile property to ''true'' in cofnigration file but still while overwriting it does not ask the user if he want to overwrite a file or not No. This feature is not supported. Sorry for the ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
April 18, 2007
Re: Error 2038 on large upload
Hi greggs, The example below shows you how to catch the upload error message and show your custom message. <?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php session_start(); ?> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
Posted to
PHP File Uploader
(Forum)
by
Kenneth
on
June 15, 2011
Re: File name append when already present
Ok, I put in sode code with a little time stamp to do the job.Question however, Is there a way to NOT use get? Right now I use this code on a Div that I unhide on a page to upload:<div ...
Posted to
PHP File Uploader
(Forum)
by
mtimmons
on
November 28, 2012
Missing uploader file from RichTextEditor demo?
Hi, I've downloaded and installed the RichTextEditor demo for .NET from http://richtexteditor.com/download.aspx Installed locally, everything appears to be working correctly except for image/file upload. When I click any of the Insert File/Image/Document/Video buttons, choose 'Upload' and then 'Please select files ...
Posted to
Rich Text Editor for .NET and MVC
(Forum)
by
Justinian
on
March 19, 2013
Re: "UploadModule is not installed into web.config" Error not allowing multiple file selection via Flash file open dialog
Dear Angelo, ''UploadModule is not installed into web.config'', please refer to http://ajaxuploader.com/Deployment.htm, you need check whether you followed step 2. If you are not sure which mode you are using, you can try those two configurations. To use multiple files choose, you need install silverlight or flash in the cilent ...
Posted to
Ajax Uploader
(Forum)
by
Eric
on
February 10, 2011
Re: You are probably hitting the file upload limit of IIS7.By default in IIS 7 requestFiltering has the MaxAllowedContentLength property enabled.It specifies, in bytes, the maximum length of the content in a request. The default is 30MB.
It looks like you are using IIS. IIS7 and large files By default in IIS 7 requestFiltering has the MaxAllowedContentLength property enabled. It specifies, in bytes, the maximum length of the content in a request. The default is 30,000,000 (approximately 30 megabytes.) To change this value you must edit the following file: ...
Posted to
PHP File Uploader
(Forum)
by
Adam
on
July 29, 2009
More Search Options
« First
...
< Previous
41
42
43
44
45
Next >
...
Last »