Search

You searched for the word(s): upload
Showing page 40 of 656 (6,557 total posts) < 1 second(s)
  • Having trouble changing the image upload paths...

    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 ...
    Posted to Cute Editor for .NET (Forum) by realprospect on March 31, 2008
  • Re: can not Upload PDF

    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
    Posted to Cute Editor for ASP (Forum) by doogie on September 25, 2007
  • Re: Error while uploading large files (file size >3 MB) from the Cute Editor upload interface.

    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: ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 21, 2007
  • Preventing image resize on upload

    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 ...
    Posted to Cute Editor for .NET (Forum) by mtalcott on January 8, 2007
  • Unable to upload file

    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 ...
    Posted to Cute Editor for .NET (Forum) by mfergu98 on March 24, 2006
  • Error in using edit or upload in the gallery!!!

    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 ...
    Posted to FAQ (Forum) by IVPL@Y on February 16, 2006
  • Re: Allowing image upload but not insert

    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) ...
    Posted to Cute Editor for .NET (Forum) by RobertC on January 20, 2006
  • Image upload problems.....

    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 ) ...
    Posted to Cute Editor for .NET (Forum) by mexner on December 3, 2005
  • Re: problem with upload flash

    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 ...
    Posted to Cute Editor for .NET (Forum) by OLAMCQ on March 17, 2005
  • Re: Multiple Image Upload Paths

    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 = ...
    Posted to Cute Editor for ASP (Forum) by Adam on March 15, 2004
« First ... < Previous 38 39 40 41 42 Next > ... Last »