Advertisement

1 - 10 of 22 containing alltags:("htmlinputfile") (0 seconds)
Is anyone know how to filtering the file type in web using C#? Let say if user select microsoft excel in a dropdownlist, when he clicked on the browse button, the files of type will automatically f...
Zones: C#Date Answered: 01/07/2004 Grade: B Views: 0
I have a website and am building a file upload facility on it.  I am using aspx, the webserver is hosted remotely and I also have a web-based database which stores the names and locations of the fi...
Zones: ASP.Net Programming, WebApplicationsDate Answered: 06/04/2007 Grade: B Views: 0
Hi! I'm trying to edit a script made by someone else. The problem I'm having is that the fileupload module doesn't work? It says that the value property in HTMLInputFile not can be set. ...
Zones: ASP.Net ProgrammingDate Answered: 09/08/2004 Grade: A Views: 0
I've dynamically created 4 htmlinputfile controls on a page, then choose file for each,and then press the "Upload" Control. the all 4 htmlinputfile controls disappeared( this because of the postba...
Zones: .NETDate Answered: 01/17/2005 Grade: A Views: 0
Hi experts, I am having problems with browse button in asp.net C# page. I create it dynamically, and I need to recreate it if server validation is not valid. How do I pass selected path to re...
Zones: ASP.Net ProgrammingDate Answered: 01/26/2005 Grade: A Views: 4
Hi experts, I am trying to use a htmlinputfile control on an asp.net web page but I want to restrict the types of file to *.dat.  I have seen an example which uses an accept property but I do no...
Zones: ASP.Net ProgrammingDate Answered: 06/09/2005 Grade: A Views: 9
Hi Experts, I am working on an ASP.NET(.NET framework 1.1) project that uses the HTMLInputFile control to upload files. I want to limit the file types user can select. According to the documenta...
Zones: ASP.Net ProgrammingDate Answered: 02/03/2006 Grade: A Views: 5
private void Button1_Click(object sender, System.EventArgs e)             {                   if(Page.IsPostBack)                   {                         if(File1.PostedFile!=null)                               SaveImage();                         else if(File1.Value.Equals(" "))                               SaveI...
Zones: C#Date Answered: 09/06/2005 Grade: A Views: 0
Is there any way to hook an HtmlInputFile control's user events? For instance, when a user click's "Browse" or when the value is populated? It is easy to do with Javascript, but I need the eve...
Zones: ASP.Net ProgrammingDate Answered: 05/12/2006 Grade: A Views: 0
I need to call a .NET class from HTML, but don't know exactly how to do it.  And I don't know if the class will work the way I have it written, if you have any input on that.   It works if I use th...
Zones: ASP.Net Programming, ASP, HTMLDate Answered: 02/19/2007 Grade: A Views: 0