Search

You searched for the word(s): Uploader
Showing page 129 of 328 (3,276 total posts) < 1 second(s)
  • Give warning after 1 file has been uploaded

    I am using the uploader in a .net user control and need the capability to issue a warning if someone tries to upload a second file. Scenario is: They upload one file ......something relating to that file happens They go to upload a second file. Give a warning that if they continue, the first file will be overwritten, but let them ...
    Posted to Ajax Uploader (Forum) by JudyMay47 on July 3, 2013
  • Re: http error1 :403:forbidden

    Hi StevenDowse,   It works fine on my end. I have tried on IIS7 wiht .net 2.0/3.5/4.0 application pool. none of them get error with file name "file(1).txt". Is your site online? If so, can you post your uploader page url here? So we can check it for you directly.   Also, you can send it to Kenneth@CuteSoft.net   By ...
    Posted to Ajax Uploader (Forum) by Kenneth on May 31, 2013
  • Re: RTE (classic ASP) does not allow multiple file upload

    accunet:Tried the default demo in both Chrome & IE8.  But only one file can be uploaded at a time in either the image or document libraries. (not able to select more than one)   .Net version allows multiple image files ok.     Please advise if this is by design. thanks, Paul    Paul,   Please ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by Adam on April 25, 2013
  • MVC without full page reload

    I've got this mostly working, so when all the files have uploaded instead of it reloaded the whole page it calls Web API method to move the uploaded files to their proper/permanent locartions.   The only issue is if I then go on and upload another file afterwards it still has the file(s) in its memory that ...
    Posted to Ajax Uploader (Forum) by Puma613 on April 10, 2013
  • MVC without full page post back

    I've got this mostly working, so when all the files have uploaded instead of it reloaded the whole page it calls Web API method to move the uploaded files to their proper/permanent locartions.   The only issue is if I then go on and upload another file afterwards it still has the file(s) in its memory that were previously uploaded and ...
    Posted to Cute Editor for .NET (Forum) by Puma613 on April 10, 2013
  • IE9 having problems when silverlight is enabled.

    I have a client that uses IE9 and has the Silverlight addin enabled.  They are unable to click the "Browse" button to display the select file dialog.  If I disable Silverlight and click the button it works fine.   I am using the Uploader control that is with my copy of CuteEditor.  The CuteEditor.dll version (under ...
    Posted to Ajax Uploader (Forum) by TAG on April 1, 2013
  • CuteWebUI_AjaxUploader_OnStart - not invoked in user control (.ascx page)

    Hi,   I am using 3 uploader control, 2 is in default.aspx and 1 is in usercontrol.ascx and this usercontrol will load on default.aspx on runtime.   I need to clear status label whenver the user click upload button, so i used _OnStart method. But the problem i faced is, i cannot using both places (default.aspx & usercontrol.ascx). ...
    Posted to Ajax Uploader (Forum) by sansindia85 on February 28, 2013
  • Re: Clicking on File upload button does nothing

    Hi,   The uploader get the wrong resource file path on your site, please try the way below, it will fix your issue.   1. Open file \phpuploader\include_phpuploader.php 2. Find section below $cd=dirname($this->GetWebPath(__FILE__)); 3. Change it ...
    Posted to PHP File Uploader (Forum) by Kenneth on February 22, 2013
  • Display alret when user tries upload file/s with a same name that already exist in DB

    .I am using Ajax Uploader in my .net project, which is allowing user to upload multiple file at a same time. While uploading new file/s, I want to display a pop up to a user if he/she is trying to upload a file which is already exist in database.(i.e. file with same name ). If user says Yes then it should continue uploading file (Which will ...
    Posted to Ajax Uploader (Forum) by Dev00515 on January 26, 2013
  • Get File Stream similar to HTTP Posted File.

    Hi all ,    I am using CuteWebUI file uploader control . It's markup is   <table>     <tr>         <td style="width: 50%">            <CuteWebUI:UploadAttachments runat="server" MultipleFilesUpload="true" ...
    Posted to Ajax Uploader (Forum) by SiddheshSawant on January 8, 2013