Search

You searched for the word(s): IE 9 upload
Showing page 242 of 656 (6,557 total posts) < 1 second(s)
  • File Attributes

    Hello,   I am evaluating this script to add to a form in an existing app that includes certain file attributes to be stored in a SQL database. I wanted to see if there is a way I can add these attributes when a user uploads a file. It's basically just one SQL query. Another issue is that if a user uploads a file and then tries to ...
    Posted to PHP File Uploader (Forum) by drdx on December 4, 2013
  • Re: UploadType does not work in ie11(win8.1)

    Hi friendmastor,   Only the iframe mode can get the upload file path from the client pc. On IE11, html5 mode will always replace the iframe, so the only way is disable all other modes except the iframe for it.   for the <input name="Uploader1$File" type="file">, try add a style setting on your page ...
    Posted to Ajax Uploader (Forum) by Kenneth on November 29, 2013
  • Re: Problem with latest version in Firefox

    Hi Ken,   Kenneth: Can you try the uploader on a normal page not in the iframe? Does it work? the iframe point to the same domain?   The uploader works on a normal page.  The iframe points to the same domain.     Kenneth:  Do you get the same error on ...
    Posted to Ajax Uploader (Forum) by vso777 on November 20, 2013
  • SetSecurityFileNamePrefix & Templates

    I use SetSecurityFileNamePrefix and works well with images and documents, however is not the case with new templates, the system ask for The new file name and doesn't add the prefix, so the user could not find their template before saved. (if I upload a template file works fine)   Actually I have templates by users ...
    Posted to Cute Editor for .NET (Forum) by alcom on November 4, 2013
  • TypeError: Oxa3 is null

    Hi. I'm experiencing some weird behavior for some uploads. We have a site that runs a single physical site for multiple sub domains. For one specific domain I keep getting: TypeError: Oxa3 is null in Firebird after the upload completes. The aspuploader never invokes any OnFileUploaded event that it normally ...
    Posted to ASP Uploader (Forum) by RF001 on October 10, 2013
  • UploadAttachments on IE9 with Framework 2

    Hi         I 'm using AjaxUploader 3.0.0.0 with the framework 2.0.50727. I set MultipleFilesUpload option to true.        On Firefox, Chrome, IE8, IE10 and IE10 comptatibility mode the page works fine but in IE 9.0.8112.16421 (64 bits - update version 9.0.17) the popup selection ...
    Posted to Ajax Uploader (Forum) by vincentUCF on October 2, 2013
  • Richtexteditor didn't work in edit view

    I add richtexteditor to a creat view and it work good with all his functions, but when I add it to edit view I cann't upload images or vedios. He gave me this message: "http error1 :500:Internal Server Error" and sometimes show me a html code   another question:  How can I set richtexteditor to show a specific field from ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by Fahman on October 1, 2013
  • Re: Error on "Insert Image"

    Where should I specify the UploadUrl?   I already changed the config in default.config, admin.config and guest.config. But it keeps showing the above error message "uploader require form if scope. UploadUrl is not specified".   After clicking the OK-Button, I can see the images in the specified directory (this also happens ...
    Posted to Cute Editor for .NET (Forum) by mwinata on September 9, 2013
  • Re: How to get the File name(s) Uploaded using CuteWebUI Ajax Uploader

    i Rkumar1,   You can get all upload files name in event UploadCompleted, then get the name without file extension by the code ...
    Posted to Ajax Uploader (Forum) by Kenneth on September 4, 2013
  • Saving filename with GUID

    I have an app where users upload their files into folders identified by their unique userids.  These user folders are in a virtual directory. I need to be able to save the file along with the GUID into the user folder so ideally I would be able to specify the save folder at runtime.   For example, User 345 uploads a file called ...
    Posted to ASP Uploader (Forum) by serran on August 28, 2013