Re: [Zope3-Users] AJAX (was Uploading files)

2006-06-01 Thread Marco Mariani
Stephan Richter wrote: >> Just curious... what is it about AJAX that you hate? The implementation? >> The concept? Something else? > > About everything. JS has no good development tools, it is impossible to do > decent debugging and testing. (No, I do not consider the browser-based > debugger a

Re: [Zope3-Users] AJAX (was Uploading files)

2006-06-01 Thread Stephan Richter
On Thursday 01 June 2006 09:01, Jonathan wrote: > Just curious... what is it about AJAX that you hate? The implementation? > The concept? Something else? About everything. JS has no good development tools, it is impossible to do decent debugging and testing. (No, I do not consider the browser-bas

Re: [Zope3-Users] AJAX (was Uploading files)

2006-06-01 Thread Jonathan
- Original Message - From: "Stephan Richter" <[EMAIL PROTECTED]> While I hate AJAX with a passion, you could certainly do this. If JS has a way to access a local file once it has been selected, then you can use the XmlHttpRequest class to PUT the file on the server, for example. I cer