Hi Robert,

NONE, I repeat, NONE of the stock ASP.NET controls that ship with the .NET 
Framework generate ActiveX code for browsers. Everything is HTML and optional 
JavaScript.

Every single ASP.NET control back to version 1.0 has advanced JavaScripting 
options for compatible browsers, and fallback methodology (a.k.a., plain-old 
HTML) for less robust browsers (automatic detection built-in). This is known as 
up-level and down-level support.

And as a matter of fact, I was just testing the FileUpload control in Safari 
this morning for one of my ASP.NET projects. 

I built the whole application in ASP.NET using MSIE 6.0 SP2 as the test 
browser, and ran a full gambit of testing this morning in Safari, Firefox and 
Opera - and didn't have to adjust a single line of code.

Worked like a charm. ;-)

Scott Cadillac, 
Email: [EMAIL PROTECTED] 
http://scott.cadillac.bz 
    

> -----Original Message-----
> From: Robert Garcia [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, June 06, 2006 10:57 AM
> To: [email protected]
> Subject: Re: Witango-Talk: question: Upload doesn't work in 
> Safari browser
> 
> yes, but that is an activex control, isn't it?
> 
> Have you learned NOTHING from your Safari install? :-)
> 
> --  
> 
> Robert Garcia
> President - BigHead Technology
> VP Application Development - eventpix.com
> 13653 West Park Dr
> Magalia, Ca 95954
> ph: 530.645.4040 x222 fax: 530.645.4040
> [EMAIL PROTECTED] - [EMAIL PROTECTED]
> http://bighead.net/ - http://eventpix.com/
> 
> On Jun 6, 2006, at 9:53 AM, Scott Cadillac wrote:
> 
> > Hi Robert,
> >
> >> Its a bit harder in .net, but the process is essentially the
> >> same. However, there is something out there, to really make
> >> this slick... called ABCUpload .NET.
> >
> > In the new .NET 2.0, there is a new FileUpload control that 
> is drag- 
> > n-drop.
> >
> > It includes the filename as a property, and takes about 1 line of  
> > code to save it to the server hard drive.
> >
> > http://download.xmlx.net/controls.gif
> >
> >
> > Thank you for your detailed and exhaustive research on the topic  
> > Robert, I truly and utterly appreciate it :-)
> >
> > For those that are unsuccessful in searching the Mail archive on  
> > developer.witango.com for previously posted solutions and code,  
> > also try searching this site:
> >
> > http://www.mail-archive.com/[email protected]/index.html
> >
> > Bookmark it!
> >
> > Have a great day.
> >
> > Scott Cadillac,
> > Email: [EMAIL PROTECTED]
> > http://scott.cadillac.bz
> >
> >
> > 
> ______________________________________________________________
> ________ 
> > __
> > TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
> 
> ______________________________________________________________
> __________
> TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
>

________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to