|
Search
You searched for the word(s): Ajax Uploader
Showing page 59 of 117 (1,163 total posts)
< 1 second(s)
-
Hi sparanza, Can you reproduce this issue on demo ''http://www.ajaxuploader.com/Demo/select-multiple-files-upload.aspx''? If so, please show me the steps. We will check it and get back to you as soon as possible. If the demo work with your IE8, please download the latest version and try again. Latest version downloads ...
-
Dear rmacfadyen,
Unlike standard ASP.NET HtmlInputFile control, AJAX Uploader does not read the entire uploaded file into memory. It streams the data into a temporary file while the data is received. For this reason, you must specify a temporary file location. You should ensure that the ASPNET user (NetworkService in Windows Server 2003) ...
-
GenNS,
Did you setup the sub-web as the IIS-Application?
Do you have VS2005 ? I think you can try to open the website using VS2005 and browse the sample directly.
Regards,
Terry
-
Strange. I cannot reproduce this issue.
Ajax Uploader
An easy to use, hi-performance ASP.NET upload component which allows you to upload files to web server without refreshing the page. It supports ASP.NET AJAX frameworks and works in ajax updatepanel.
It works fine here.
I am using IE 7 and IE 8 ...
-
*.resx files are temp files which will be removed by Ajax Uploader automatically.
Unlike standard ASP.NET HtmlInputFile control, AJAX Uploader does not read the entire uploaded file into memory. It streams the data into a temporary file while the data is received. For this reason, you must specify a temporary file location. You should ensure ...
-
Aaron Edwards:
This is the demo of uploading multiple files, c# ASP.NET AJAX. I don't see anything, either in the Choose File dialog, or in the main window, to allow you to select more than one file. Am I missing something? Am I just really dumb? I tried shift-clicking, and control-clickng, ...
-
Hm, you are only disabling the button. I was looking for something like upload picture and show preview and upload again if you want. More like a Ajax-based-user-profile.aspx you have for Ajax Uploader. Minus the resize, I know ASP can not do that on it's own.
About multiple uploader instances, that is really a great pity it is not working, ...
-
dgburton,
Can you post your uploader code? It is very strange that the uploader forces you download the silverlight.
1. If Ajax Uploader detects SilverLight is installed on your PC, It will use the SilverLight solution.
2. If Ajax Uploader detects Flash is installed on your PC, It will use the Flash ...
-
In following example Building attachment table (AJAX)i want to save uploaded file in some directory, and from the table create with download and remove link, i should be able to remove the file from the directory where i have saved the uploaded image, so i added $uploader->SaveDirectory=''E:/SERVER/Program Files/Apache Software ...
-
Hi Terry,
it seems to be a bigger problem because after Postback always the message ''File Browsing has been blocked.''
That's not good. Please test my new code below:
<%@ Page Language=''VB'' AutoEventWireup=''false'' CodeFile=''Upload.aspx.vb'' Inherits=''Upload'' %>
<%@ Register ...
... 59 ...
|
|
|