|
Search
You searched for the word(s): IE 9 upload
Showing page 40 of 656 (6,557 total posts)
< 1 second(s)
-
I am trying to chagne the image upload paths and cant seem to get it to go to a subfolder. Here is what I am trying to do...
I have the users recordID stored in a session variable, and so when the user opens a page that the editor control is on, a procedure is called that gets the folder path. This fuction also checks to see if a ...
-
Adam, I assume you are talking about the PDF icon called downloadable Files. Yes, it does open and shows files. I can choose files. I can click browse and choose a file off my desktop. But when I click insert, I get the error message.
I can upload images - no problems...
If you email me, I can send you a link to my editor...
Doug
-
Problem
When uploading large files in .NET, the following error may be received:
System.Web.HttpException: Maximum request length exceeded...
This error relates to ASP.NET's maxRequestLength setting. By default, ASP.NET limits requests to 4096 kilobytes (or 4 MB), as explained in this Microsoft KB article: ...
-
I changed the configuration/security/default.config to:
<security name=''AutoResizeUploadedImages''>false</security>
<security name=''MaxImageWidth''>1000</security>
<security name=''MaxImageHeight''>1000</security>
I'm uploading a 550(w)x 150(h) jpeg, and every time I do, it resizes it to ...
-
I'm having difficulty with uploading images. I have ASPNET with full control on the uploads folder and set the path in the Admin, Default and Guest config files for the imagegallery. I'm at a loss for what to do next. The following is the error I receive:
Unable to upload file.System.UnauthorizedAccessException: Access ...
-
hi all!!!1
When i try to upload or edit a pic in the gallery, i get this error!!!
see below!!1
Why is it like that!!!
Server Error in '/WebApplication3' Application.
--------------------------------------------------------------------------------
Compilation Error
Description: An error occurred during the compilation of a ...
-
Thanks. I figured I could do that but I really want to do this in some cases but not all. (ie just use the image upload function by itself at times)
If I create a copy of the InsertImage.Frame.aspx and InsertImage.aspx and rename them to say, UploadImage.Frame.aspx & UploadImage.aspx, (and edit out the functions I don't want) ...
-
Hello,when I upload an image - the process works great. After selecting the image, CW shows it in the text area. I save the form, check my DB - and verify it saved all the HTML.
If I take the HTML from my DB and past it into a web page - everything works great. However, when I view my text ( for editing purposes ) ...
-
Just a thought
You need to be very careful specifying the upload paths
Note the extract from the security file below
The word 'Gallery' is spelt 'Gallary' in the 4th line so you need to make sure you really are setting the right property and the right ...
-
Hsq,
No, I don't think you can upload the files to two diffent servers at the same time.
I suggest you use the FTP to send the files to the other server. Below is the code I used before to FTP the files in the fly.
<%
Public Function FTP(file_tobe_FTP)
Dim Output, ReturnCode, StrScript
StrHost = ...
... 40 ...
|
|
|