How does the FILE object in ASP.NET page locate the files saved in Mac machine ?

B

bienwell

Hi,

I have a web page in ASP.NET which has a FILE object and a browse button.
Users can click the browse button to locate the files they want to upload
into the web server. Some users save the files in Mac machine and run the
web page. How can they select these files to upload into the web server? Do
I need to change something in my program?

Please advise.
 
S

Stan

Hi,

I have a web page in ASP.NET which has a FILE object and a browse button.
Users can click the browse button to locate the files they want to upload
into the web server. Some users save the files in Mac machine and run the
web page. How can they select these files to upload into the web server? Do
I need to change something in my program?

Please advise.

In theory if the user is using a W3C complient browser (regardless of
the client OS) then all ASP.NET generated pages should be accessible.

In practice there may be anomalies with some browsers particularly
older ones and if you want to try and accommodate them VS does have
verification tools which will flag up any HTML that might cause a
problem. However this is only applicable to manually entered markup in
the .aspx file. All web server controls are rendered by ASP.NET in
such a way that most reasonably up to date browsers should cope with.
The only time that the developer has control of this is with custom
web controls.

HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,576
Members
45,054
Latest member
LucyCarper

Latest Threads

Top