|
Search
You searched for the word(s): upload'A=0
Showing page 132 of 656 (6,557 total posts)
< 1 second(s)
-
Hi,
In the file upload event args , or other upload file object, you can use
args.FileName to get the origin filename.
and use the
args.GetTempFilePath() to get the full path of the temp file in file system.
use Path.GetFileName(args.GetTempFilePath()) to get the filename without directory.
I ...
-
Hi Andreas,
1.try this way:
button
{
border: 1px solid #0069ad;
background: url(images/back_button.gif) repeat-x;
color: #fff; font-weight: bold; padding: 3px 20px;
}
2.Please elaborate on what you mean,thanks
3.you can set it with ...
-
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 ...
-
Gurpreet,
Please check the following article:
PRB: Cannot Upload Large Files When You Use the HtmlInputFile Server Control?
SYMPTOMS
When you try to use the HtmlInputFile control to upload a large file, the file may not be uploaded.
CAUSE
This problem occurs because the default value for the maxRequestLength ...
-
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 ...
-
Please check the following article: PRB: Cannot Upload Large Files When You Use the HtmlInputFile Server Control? SYMPTOMSWhen you try to use the HtmlInputFile control to upload a large file, the file may not be uploaded. CAUSEThis problem occurs because the default value for the maxRequestLength parameter in the <httpRuntime> ...
-
when i insert media file, i would to insert this code
<object type=''application/x-oleobject'' standby=''Loading Microsoft® Windows® Media Player components...'' CODEBASE=''http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715'' classid=''CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95'' ...
-
Chris,
>>Is there a way to have to images buttons with different root paths?
No.
>>Example: I have a upload doument/upload folder for each departments files, image button filtered to their folder, and >>also a clip art folder which I would like to give all users access to.
The following example may ...
-
ncstatebmw, It's possible. Please follow the steps below. 1. Get the UserID, for example, the current userID is ''John_smith''2. For John_smith, you want his gallery path is ''~/upload/John_smith''3. In your code, first you need to detect whether the path exists or not, if not, you need to create it dynamically.4. Now you ...
-
designserve :
We added some skins these days . But we haven't upload it for download yet.
Currently the skins could be configurated in web.config only :
<configuration>
...
<cuteChat ... >
<skins defaultFolder=''Royale''> <skin text=''Normal'' ...
... 132 ...
|
|
|