Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): Ajax Uploader
More Search Options
Showing page
8
of
117
(
1,163
total posts)
< 1
second(s)
ajax uploader issue in asp.net 4.0
I am using ajaxuploder in asp.net. Its working fine in local, but it gives me error in live environment., Failed to load resource: the server responded with a status of 500 (Internal Server Error).This error comes at the end of file uploading process.this is that control's markup.,<CuteWebUI:Uploader runat=''server'' ID=''Uploader1'' ...
Posted to
Cute Editor for .NET
(Forum)
by
ssjganesh
on
July 24, 2012
Re: Ajax Uploader - more control over 'Cancel All Uploads' button
I believe I am all set on #2 above. It can be done by the following: function DoCancelAll() { var uploader = document.getElementById('<%=Uploader1.ClientID %>'); ...
Posted to
Ajax Uploader
(Forum)
by
mchamo
on
June 10, 2011
Re: AJAX Uploader Compatibility with Office 2007
Dear bvanderwal, I have used the following code and test this issue: <%@ 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''> void InsertMsg(string ...
Posted to
Ajax Uploader
(Forum)
by
Eric
on
September 8, 2010
Ajax Uploader problem Anonymous access vs integrated security with Firefox
Hi there, We have a web page using the Ajax Uploader component. The upload functions fine when using Internet explorer, however when using Firefox (3.6.8) there is a problem. With Firefox and anonymous access to the virtual directory the upload works fine, however, when using integrated security it does not work. When using integrated ...
Posted to
Ajax Uploader
(Forum)
by
john55
on
August 5, 2010
Re: Ajax Uploader for Asp.Net MVC 2.0?
Hi Adam, I am tried that but it is not even compiling on Visual Studio 2010 with MVC 2.0. The error I got was Could not load file or assembly 'System.Web.Mvc, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file ...
Posted to
Ajax Uploader
(Forum)
by
csamit
on
July 23, 2010
AJAX Uploader ASP.Net 4.0?????
Hi. I'm trying to evalute AJAX Uploader for a big project. I have run the online demos and it seems to have all the functionality I need. I downloaded the demo version but have run into some problems. 1. I can not read the .chm file. It opens and I get the contents tree in the left pane, but none of the ...
Posted to
Ajax Uploader
(Forum)
by
BobM
on
July 17, 2010
Re: Hi. Is it possible to hide the "Cancel All Uploads" button on AJAX Uploader?
Dear icastel, the following is a full example: <%@ 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''> void InsertMsg(string msg) ...
Posted to
Ajax Uploader
(Forum)
by
Eric
on
March 22, 2010
Re: Ajax uploader getting problem in firefox 3.0.14
Lakshmi, Please check this sample : <script type=''text/javascript''> var uploader=document.getElementById('<%=Uploader1.ClientID %>'); function CheckBrowsingTask() { var iobj=uploader.internalobject; var ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
September 26, 2009
Ajax Uploader and upload to remote dedicated file server ?
Hello I'm building a multi servers (web farm) architecture and I need to store images and videos in dedicated servers (images.mysite.com and video.mysite.com). the www.mysite.com server only has the asp.net files (even design css files are on static.mysite.com). How can I use the Ajax Uploader component in the web server, in ...
Posted to
Ajax Uploader
(Forum)
by
filemon
on
April 14, 2008
Re: Does different UploadType options in Ajax uploader affects upload performance?
Hi, Can you try the simple example page below? Does it get the same problme? And what browser/version you are testing? please show me the debug info what you get from the debug window when testing this example page. You can find the debug window at top right of the ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
September 18, 2014
More Search Options
« First
...
< Previous
6
7
8
9
10
Next >
...
Last »