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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20820467.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22594798.html
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.
...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21121604.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_21276961.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21289199.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21449682.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21530542.html
private void Button1_Click(object sender, System.EventArgs e)
{
if(Page.IsPostBack)
{
if(File1.PostedFile!=null)
SaveImage();
else if(File1.Value.Equals(" "))
SaveI...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21549192.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21847296.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22399198.html