Search

You searched for the word(s): upload'A=0
Showing page 134 of 656 (6,557 total posts) < 1 second(s)
  • Upload control authorization problem

    I want to check , how i could work with Upload control. I put it to the form and want to get  to the uploadcompleted event. I get the authorization window and cann't upload the file. I cann't to check the control and cann't order him.    
    Posted to Ajax Uploader (Forum) by juliame on November 25, 2008
  • Re: user stops being able to upload

    1. The latest version. 2. Not intentionally at least (not sure 100% how the DNN framework does under the hood in that respect).  My .NET application workpool is running as a specific domain user and has the appropriate rights to all directories as far as I can tell. 3. No. 4. It happens in IE8 and Firefox 3.6 both.   Additional info ...
    Posted to Ajax Uploader (Forum) by gustyn on March 11, 2010
  • Re: Image upload issues with upgrade to v6.6

    cw808: I still have the issue in Firefox...any ideas?   I found another issue in IE using the Image Editor. When using the ImageEditor I get the error below. Is this ''temp folder'' configurable in the web.config file like the AjaxUploader? I could give read/write to the path in the error...but I'd rather not.   Thanks!   ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 21, 2010
  • Re: Upload not working

    Hi,   If your website using ASP.NET1.1+Medium trust level , the uploader would not able to intercept the raw request data into the file stream.   So I suggest you 3 solutions:   1. upgrade to ASP.NET2.0 2. use Full trust level 3. let end users use Silverlight.   Regards, Terry
    Posted to Ajax Uploader (Forum) by cutechat on January 6, 2009
  • Re: Upload Files to a Network Based Virtual Directory

    Hi,   set the TempDirectory property to ''\\server\folder''   for web.config is    <add key=''CuteWebUI.AjaxUploader.TempDirectory'' values=''\\share\folder'' />   That's enough.   but that is for storing the temporary files, (xxx.resx) , you need copy it to another place while processing the ...
    Posted to Ajax Uploader (Forum) by cutechat on June 3, 2009
  • Problem with multiple image upload in CuteWebUI Ajaxuploader in firefox with windows 7 OS.

    I have CuteWebUI Ajax Uploader for uploading multiple images in my webpage. It works perfect in Windows Server 2008 with any browser. It doesn't allow to upload multiple images in Windows 7 with firefox browser. Other browser works perfactly fine.  What could be the reason for this issue? Thanks in advance.  
    Posted to Ajax Uploader (Forum) by spandya on November 7, 2013
  • Customize image upload script

    Hi: I recently adquire the cute editor and I need to modify according to my needs the image upload script.  I find two files that use ''move_uploaded_file'' function (filePost.php and incllude_phpuploader.php), but it is as if not executed. Where is this code?  Thanks for your interest and sorry for my English.
    Posted to Cute Editor for PHP (Forum) by oRober on December 3, 2009
  • Pre-Upload Event

    I need to validate other fields on the page before the file is actually uploaded. The problem is I have no access to the event which occurs when the user starts the upload process. This appears to all be handled in your dll. I would like to receive and event when the user attempts to start the upload, validate some other data on the page ...
    Posted to Ajax Uploader (Forum) by OG1 on June 30, 2008
  • Re: Resize on Upload

    Hi GetOnline,   The uploader has not the reszie file/image function. So you need to upload the file to your server first. Then reszie it by your own code.   Regards,   Ken
    Posted to ASP Uploader (Forum) by Kenneth on December 10, 2012
  • Re: Ajax Uploader on Windows Azure

    In this article, we will look into file upload using JQuery plug-in. Ajax file upload plug-in allows us to upload files to server. I am going to explain it with an example. We will be using custom HTTP handler to upload file onto the server. Create an ASP.NET MVC web application and name it as JQueryFileUpload. Now, add below scripts to ...
    Posted to Ajax Uploader (Forum) by chrisadam12 on September 3, 2010