Search

You searched for the word(s): upload
Showing page 36 of 656 (6,557 total posts) < 1 second(s)
  • Problems with file upload and display

    We have a project with CuteEditor, which should be used by external companies. The internal version displays the bar of the CuteEditor correctly, but the external version (should be a copy - the admin says it is) displays the font and size boxes very wide - and so does not display the file attachment buttons. How can this be changed? I use the ...
    Posted to Cute Editor for .NET (Forum) by SchelloehB on January 12, 2012
  • Re: fileupload doing partial postback on each file upload.

    Hi ibhadelia, It just do one post back, please try the example below. When you click on the post back button, the page will do a post back and label1 will add ''-1''.(click a few times to test it) Then try upload multiple files, you can see the label1 just add one ''-1'' in it. <%@ Page Language=''C#'' %> <%@ Register ...
    Posted to Ajax Uploader (Forum) by Kenneth on August 23, 2011
  • Re: Is There a Way to Automatically Reduce the Size of an Image During the Upload Process?

    Hi LenJacobson, For now, can not achieve it at the uploading progress, you should change the size after upload success by other code. The example below shows you how to create a  thumbnail in the save folder after uploaded. hope it help. <?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php ...
    Posted to PHP File Uploader (Forum) by Kenneth on July 29, 2011
  • Re: Cannot upload from certain locations

    Hi we have got a bit further with this problem. If we set FlashLoadMode=''false'' and the client at the office has silverlight installed - the file seems to upload (we can see the temp file being written to).  However - it will not work with flash (temp file is not uploaded and so it crashes at around 20 - 30mb - I'm assuming once ...
    Posted to Ajax Uploader (Forum) by stevecurrey on June 16, 2011
  • Re: How to handle multiple file upload controls on the same page in ASP.net MVC?

    Hi goalcircuit,   Try this way   1.       Open file “\Controllers\SamplesController.cs”   2.       Add the section below into method “public ActionResult Sample1(string myuploader)”    using (CuteWebUI.MvcUploader uploader2 = new ...
    Posted to Ajax Uploader (Forum) by Kenneth on June 13, 2011
  • Re: Upload button is static in IE 9

    Hi lwb1962, If you do not want to upgrade to the latest version. Please try set the upload type to IFrame. 1. Open file ''CuteSoft_Client\CuteEditor\Dialogs\InsertGallery.aspx'' 2. Find section below      <ce:uploader id=''myuploadFile'' runat=''server''></ce:uploader> 3. Change it ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on May 16, 2011
  • Want to upload images on different server

    Can any one help me for my issue?? i want to upload images on different server.for that i did just following change, $uploader->UploadUrl=''http://abc.def.com/brokerAdmin/photoUploadHandler.php'';  and that machine i have copy this file as well as phpuploader folder.but it doesn't work :(.and giving me following ...
    Posted to PHP File Uploader (Forum) by chintanshah on April 22, 2011
  • Upload Fails Using Windows Authentication (HTTP 401)

    I have a intranet website set up using Windows Server 2003, windows authentication, and no anonymous access.  However, some of my users are receiving a prompt for their username/password and the following message when they click ''send'' to manually start on the upload control.  Is there something I need to account for with these ...
    Posted to Ajax Uploader (Forum) by Anonymous on March 23, 2011
  • Image upload causes compilation error

    Hi   I just installed the 6.6 version to our dev environment. Everything seems to be ok except for when we click on the image upload button. We get this error:   Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details ...
    Posted to Cute Editor for .NET (Forum) by cw808 on February 3, 2011
  • After File Upload page is automatic post.. which i dont want.. i

    Hi  guysI am using ASP Uploader. here is what  i found issue.. i have implemented aspuploader in my exiting webpage. which is also dynamic..  now. when file upload successfully then its automatically post current page..  which i dont want.. its should be stay on the same page.. thats what i need.. can you please guide me. ...
    Posted to ASP Uploader (Forum) by appliquertech on January 24, 2011
« First ... < Previous 34 35 36 37 38 Next > ... Last »