Search

You searched for the word(s): Uploader
Showing page 142 of 328 (3,276 total posts) < 1 second(s)
  • Templating progress bar and buttons?

    Does the AJAX uploader support templating?   I would like to place the progress bar in a couple of div tags so that I can absolutely position them  in the center of the screen.   Also I would like to change the form buttons with link buttons that contain a label (span), that way I can customise them to look the way I ...
    Posted to Ajax Uploader (Forum) by chrissp26 on October 15, 2008
  • Re: ActiveX Disabled Errors

    AndyFel,   This isssue is not related to AjaxUploader. AjaxUploader can work in Ajax enviorment and non-Ajax enviroment.   In IE 5.5 and 6.0, if you disallow safe ActiveX, MicroSoft AJax will not work.   Please try the following code (it doesn't contain Ajax Uploader): <%@ Page Language=''C#'' %> <!DOCTYPE ...
    Posted to Ajax Uploader (Forum) by Adam on October 2, 2008
  • Re: The process cannot access the file 'xxx' because it is being used by another process.

    Hi msalti,   That is strange. Could you try it again for this code ?   using (Stream stream = args.OpenStream()) {   }   -----   Ajax Uploader is trying to delete the temporary file when the uploaded event is finished.   It should be OK when the stream is disposed.   If the error still ...
    Posted to Ajax Uploader (Forum) by cutechat on October 1, 2008
  • Re: Invalid postback or callback argument

    Hi I wondered if anyone has had a fix for this issue,   I am currently getting the same error, after creating my own page from the demo.  I have installed the licence and configured the config file, everything works the first time round, also works if you add and then delete the uploaded attachment, however if you add more than one I ...
    Posted to Ajax Uploader (Forum) by ncodd on August 27, 2008
  • compilation error

    Hi,   I am a newbie to .NET and AJAX, so I appologize in advance for what will likely be a long list of basic and stupid question while I try to just get the AJAX Uploader examples to work on my server.   I am getting this error when the server is reading the MasterPageFile=''~/AJAXUpload/MicrosoftAjax.master referenced in the ...
    Posted to Ajax Uploader (Forum) by MMI on July 22, 2008
  • Re: Progressbar not showing, "uploading..." instead

    Hi Adam,   Thanks for your reply. I moved the uploader to the top of the httpModules section as you suggested, but the progressbar is still not showing. I then uploaded all the sample files to my hosted server, see: http://dev.theovanwijk.nl/dev/gr8films/Demo.htm But still no progressbar... Any ...
    Posted to Ajax Uploader (Forum) by Drizzt on July 3, 2008
  • Re: Where is "Examples" source code?

    I deduced my answer from another post.   When the install is run, most of the examples are also installed, too. Only TRICK, is figuring-out HOW-TO-OPEN-THEM ...   1. Open VS2005. 2. Click File->Open Web Site 3. Make sure ''File System'' is the selected source 4. Browse file hierarchy to directory where you installed ...
    Posted to Ajax Uploader (Forum) by volking on April 12, 2008
  • Saving Images to Database using VB.net

    Hi There, Love the product! As well as a richtextbox, im looking to use it as an image uploader to get around ajax upload problems. i need to be saving and organising the images in SQL server and i noticed you guys already have support for it. I have taken a look at your demo and sample code but i was hoping you guys might be able to produce ...
    Posted to Cute Editor for .NET (Forum) by afly on August 17, 2007
  • CustomFileProvider and separating one user's images from another

    Hi,   We used to tell Cute Editor's Image Uploader to store images in contextually-generated sub folder paths so that User A's images are not visible to User B. This is possible thanks to Cute Editor's SetSecurityGalleryPath and friends.   We are making a switch to DB-storage of these same images. Thanks to the CustomFileProvider we ...
    Posted to Cute Editor for .NET (Forum) by obiwantcp on July 9, 2006
  • upload .JPG FIX!

    Hi Adam,I'm not for sure if you have a fix for the .JPG uploader issue where the file extension is in upper case, but I have a very simple fix. Now keep in mind that this is for version 3.0 only. I don't know about version 4.0. Within the <head> </head> section of the file insert_image.asp there is a bit of javascript that ...
    Posted to Cute Editor for .NET (Forum) by bvo on June 1, 2005