|
Search
You searched for the word(s): upload file
Showing page 20 of 336 (3,355 total posts)
< 1 second(s)
-
First of all, I didn't change any of your code, I just added some response.write stuff to check if all paths to the image and document folders were created correctly by CuteEditor. I already removed my changes. For example:
../website/Brussels/4/images ../website/Brussels/41/images
../website/Cyprus/1/images
...I was already ...
-
There are 2 change si made to the code
taken from upload.asp (renamed upload2.asp to save original code)
***************************************************
<html> <head> <meta name=''vs_targetSchema'' content=''http://schemas.microsoft.com/intellisense/ie5''> <title>Upload ...
-
Hi David,
You can get the file size and valid it before the file save into your server. if too small, show the error ...
-
Hi aviweiss,
You can ctach the error and show you own error message.
How to catch file upload error?To catch uploader error, you need to use CuteWebUI_AjaxUploader_OnTaskError or CuteWebUI_AjaxUploader_OnError event.
Example:
<%@ Page Language="C#" %>
<%@ Register TagPrefix="CuteWebUI" ...
-
You have two issues.
1. the problem is that the file is uploaded over and over (4,000+) until i click stop on the browser, what am i doing wrong?
upload_attachments.Upload(args.FileSize, args.FileName, stream)
args.CopyTo(''~/kb/article/'' + Context.Request.QueryString(''id''))
Should be changed ...
-
Gavin,
The ''insert image'', ''insert flash'', ''insert media'', ''insert document'', ''insert template'' dialogs contain the file manager.
You can use the file manager create the folder, delete the folder, upload/delete/rename the file.
For your situation, please check the ''insert template'' which also allows ...
-
Jon,
Yes, the license file should go in the bin directory by default.
I think you are using evaluation license file for some reasons.
Solution:
Please find the license file we sent to you and upload it to your server. If you can't find the license file, email us and specify the email address used for purchasing in your email. ...
-
Hi MayurNarsale,
To achieve these requirements, you need to wirte your own queue table. The example below shows you how to achieve it.
For requirement 1, I used property "CancelButtonID" to define my own cancel button, so I can hide/show it in "CuteWebUI_AjaxUploader_OnSelect(files) " depends on the files ...
-
Hi Edd, Please try the example below, it shows you how to add the timestamp into the file name. Note: need to change the path ''C:\inetpub\wwwroot\aspuploader\uploads\ '' to ...
-
This is a server-related limitation. IIS6.0 prevent the upload of files more than +200Kb. So you need to make some changes in the default IIS settings first.
The solution is here:
IIS 6.0 (Windows 2003) has a file named metabase.xml which resides in the C:\Windows\system32\inetsrv folder. Navigate to that directory and edit the file. Search for ...
... 20 ...
|
|
|