Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): Uploader
More Search Options
Showing page
17
of
328
(
3,276
total posts)
< 1
second(s)
Re: Clearing Ajax Uploader items
Hi mchamo, You can try the following code: <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script runat=''server''> protected void button1_Click(object ...
Posted to
Ajax Uploader
(Forum)
by
Eric
on
June 28, 2011
Re: Ajax Uploader for Asp.Net MVC 2.0?
This example project is using MVC1.0, you need convert MVC1.0 to MVC2.0, please follow steps: 1. Open web.config 2. replace all ''System.Web.Mvc, Version=1.0.0.0'' with ''System.Web.Mvc, Version=2.0.0.0'' 3. Add the following lines within ''Configuration'' section: <runtime> ...
Posted to
Ajax Uploader
(Forum)
by
Eric
on
July 23, 2010
Re: ajax uploader do post back after loading files
Hi adidamty, Please try this way <%@ Page Language=''C#'' Title=''Customize the queue UI'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.Ajax
Uploader
'' %> ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
July 4, 2010
Re: Ajax uploader used in ModalPopup doesn't work in Opera
Hi cupi, It works fine for me. Please try the example below. I tested on opera 10.10 with vista <%@ Page Language=''C#'' %> <%@ Register Namespace=''AjaxControlToolkit'' Assembly=''AjaxControlToolkit'' TagPrefix=''ajax'' %> ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
July 3, 2010
Re: Uploader Message Select fiewer files
Christian, 1. Which version of Cute Editor are you using? 2. Can you set up a temp file location then try again? Use CuteEditor in Medium Trust 3. If you still have problems, please read the following article: How do I handle a large file upload? The httpRuntime web.config element controls settings ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
April 29, 2010
Re: Uploader hangs on MAC
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
Ajax Uploader
(Forum)
by
Adam
on
May 1, 2009
Re: Special Chars in Filename like ü, ä, and space = " "
Hi DaveMan, I suggest you handle the upload file store location and the new file name by method "CopyTo". Like the example below, it will save the upload file with the original file name. in that line, you can change the file name to any value you need. $mvcfile->FileName is the original file ...
Posted to
PHP File Uploader
(Forum)
by
Kenneth
on
August 20, 2013
Re: How can I change SaveDirectory dinamically through javascript function ¿?
Hi, I suggest you handle the upload file store location by method "Copyto", like the exmaple ...
Posted to
PHP File Uploader
(Forum)
by
Kenneth
on
December 31, 2012
Re: Adding fields and saving to DB
Hi shafi01, Please try the example below. You can save the upload file name when page postback. <?php require_once "php
uploader
/include_php
uploader
.php" ?> <?php session_start(); ?> <!DOCTYPE html PUBLIC ...
Posted to
PHP File Uploader
(Forum)
by
Kenneth
on
December 10, 2012
Re: Style the Files loading table
Hi shaunw, You can custom the queue table to achieve it. The example below shows you how to custom the queue ...
Posted to
ASP Uploader
(Forum)
by
Kenneth
on
October 8, 2012
More Search Options
« First
...
< Previous
15
16
17
18
19
Next >
...
Last »