Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): IE 9 upload
More Search Options
Showing page
85
of
656
(
6,557
total posts)
< 1
second(s)
Re: PATH not a valid virtual path - trying to upload files to a URL
Rob, When the uploader event handler code be executed, that means the file data is uploaded from client side to server side. The file is a temp file at the server side. You can move , copy the file to any disk folder of the current server. Or copy it to another server via network share ...
Posted to
ASP Uploader
(Forum)
by
cutechat
on
May 18, 2010
Re: Error in file upload
Hi, That is a request for the gif file and redirect to the continuous.gif . I don't know why it's aborted, and we also can't reproduce it. Please check the parameger , tye querystring should be ?type=file&file=continuous.gif Since the continuous.gif is OK , I think that error is not a ...
Posted to
PHP File Uploader
(Forum)
by
cutechat
on
April 5, 2010
Re: upload of files with same filenames
Hi, Currently we has a sample for that : You many need the last version for the Cancel funciton of the select event. <script type=''text/javascript''> //prevent duplicated items: function CuteWebUI_AjaxUploader_OnSelect(files) { var sames=[]; var ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
September 24, 2009
Re: upload of files with same filenames
bundy69, You can do the file name checking in Uploader_FileUploaded event. Simply rename the uploaded files if the same file exists. void Uploader_FileUploaded(object sender, UploaderEventArgs args) { ...
Posted to
Ajax Uploader
(Forum)
by
Adam
on
September 22, 2009
Re: Upload Error via laptop (wireless)
No. I uploaded the same file (9MB) from both Desktop and Laptop. We do not use Silverlight and do not have Silverlight installed on any of our servers. This is my trust policy found on Web.config at the machine level.<location allowOverride=''true''> ...
Posted to
Ajax Uploader
(Forum)
by
dmak
on
June 30, 2009
Re: How to upload files in Button Click eventUpload Files
Hi, Please check this sample code ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
June 9, 2009
Re: Using the Upload Button in the Insert Image Dialog
Hi Chaplain, Here is the code of that page, you can also fine the code in the download package: Download: http://cutesoft.net/downloads/folders/21904/download.aspx <%@ Page Language=''C#''%> <%@ Register TagPrefix=''cutesoft'' TagName=''banner'' Src=''banner.ascx'' %> <%@ Register ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
April 10, 2009
Re: Additional process after upload
Hi, When the FileValidating be fired, the file data have been uploaded completely. You can validate the file data and do something there. The difference between FileValidating and FileUploaded, Is that FileValidating is in another page life cycle and any UI changes would not take ...
Posted to
Cute Editor for .NET
(Forum)
by
cutechat
on
February 25, 2009
Re: Error on text file upload
Hi, the 'Guid Error' means the file guid is conflict. We has a bug on that of the version one day ago. and we have uploaded a new version last night. I am not sure it can fix your issue. So please download and test it again. You can debug on this steps: 1. check the value of the file guid ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
February 13, 2009
Re: Upload folder
Hi, While the server side process the FileUploaded event, the client side would not get the progress of the server side work. You can use MoveTo() , it's much faster then copying a file. If you want to show progress, you can move to another temp folder at first, and then use ajax to do your file ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
February 2, 2009
More Search Options
« First
...
< Previous
83
84
85
86
87
Next >
...
Last »