Re: [PHP] Paypal Integration

2008-09-16 Thread tedd
At 5:32 PM -0700 9/15/08, mike wrote: On Mon, Sep 15, 2008 at 5:25 PM, Ashley Sheridan [EMAIL PROTECTED] wrote: From experience of using Paypal, HSBC and Google Checkout for online payments, I'd go Google. It was a breeze to set up and it's very easy for a consumer to use as well. Also, I

[PHP] Re: header

2008-09-16 Thread Nathan Rixham
Alain R. wrote: Hi, how in PHP can i create the similar header as following ? head base href=www.mywebsite.com /head thx. A. just incase everybody ese went down a complete tangent: head base href=?php echo $_SERVER['HTTP_HOST']; ? /head -- PHP General Mailing List (http://www.php.net/) To

[PHP] Re: header

2008-09-16 Thread Nathan Rixham
Alain R. wrote: Hi, how in PHP can i create the similar header as following ? head base href=www.mywebsite.com /head thx. A. just incase everybody else went down a complete tangent on this one head base href=?php echo $_SERVER['HTTP_HOST']; ? /head it's not nice, elegant, the *proper* way

[PHP] Re: GPG in PHP

2008-09-16 Thread Nathan Rixham
Emil Edeholt wrote: Hi! I have trouble executing gpg via php. GPG returns error code 127. I got like one google hit on that saying it had to do with open_basedir being on, it's off here. And anyway I would like to do this even if open_basedir was active. This is my test code (both return

[PHP] Passing an array from PHP to Javascript

2008-09-16 Thread dele454
http://www.nabble.com/file/p19511848/untitled-1.gif N.B : I had to use anchor to replace the 'anchor tag' in the code below because nabble was disallowing it hi, i am not a js guru so pls permit my naiveness. I need the 'delete' button on the highlighted graphic to delete all checked pics

Re: [PHP] Re: Why MS Won't Retire Browsers -- was: Interntet Explorer 8 beater 2

2008-09-16 Thread tedd
At 4:27 PM -0500 9/15/08, Philip Thompson wrote: Has anyone seen the new M$ commercial where they are asking these people to review the next version of their OS. Some of the responses of the people were that they really thought this new OS was cool/neat/whatever. Then afterwards, M$ told them

Re: [PHP] Re: Why MS Won't Retire Browsers -- was: Interntet Explorer 8 beater 2

2008-09-16 Thread tedd
At 10:35 PM +0100 9/15/08, Ashley Sheridan wrote: Ah I'd heard of this story. What you've forgotten to mention was that the computers were all set up on hardware chosen by Microsoft, and all running software especially picked by Microsoft. Now, I'd hazard a guess that even Microsoft is smart

Re: [PHP] Passing an array from PHP to Javascript

2008-09-16 Thread Yeti
I would use an unserializer. http://code.activestate.com/recipes/414334/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Why MS Won't Retire Browsers -- was: Interntet Explorer 8 beater 2

2008-09-16 Thread tedd
At 9:53 PM +0100 9/15/08, Stut wrote: As for Microsoft (will people please stop screwing with their name, it's impolite), they've certainly made some bad choices over the years and Windows has suffered for it. I screw with the M$ name because I don't like them! It's not due to their

Re: [PHP] Passing an array from PHP to Javascript

2008-09-16 Thread Carlos Medina
Yeti schrieb: I would use an unserializer. http://code.activestate.com/recipes/414334/ Hi, why not JSON? Regards Carlos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Why MS Won't Retire Browsers -- was: Interntet Explorer 8 beater 2

2008-09-16 Thread tedd
At 11:30 PM +0100 9/15/08, Stut wrote: Wow, talk about hitting the nail on the head. When Microsoft pick the hardware their OS runs on and the software it runs with it works perfectly. Not exactly. I seem to remember when Gates gave a presentation at Mac World and his slide show locked up.

Re: [PHP] Paypal Integration

2008-09-16 Thread b
Ashley Sheridan wrote: I don't recommend HSBC at all. They make you jump your code through so many hoops and their documentation was awful. I don't know why large companies think it's acceptable to produce bad/out-of-date documentation and expect it all to be OK. Thanks for the heads-up. I

Re: [PHP] Re: Why MS Won't Retire Browsers -- was: Interntet Explorer 8 beater 2

2008-09-16 Thread tedd
At 11:57 PM +0100 9/15/08, Ashley Sheridan wrote: I agree on your point about trying before bashing. I've tried Vista. Hell, I had to use it for 2 months solid while I was working in India, so I really got to test it out. I had more crashes on that in the 2 months I was using it than I had on

[PHP] Re: Why MS Won't Retire Browsers -- was: Interntet Explorer 8 beater 2

2008-09-16 Thread Colin Guthrie
tedd wrote: Imagine if PHP suddenly stopped development and you had to find a different language (i.e., ruby). Sure we could all do it, but we picked this language for a reason and now we have to choose again -- and perhaps that choice was our second choice. I don't like being forced to

[PHP] Re: Passing an array from PHP to Javascript

2008-09-16 Thread Colin Guthrie
dele454 wrote: http://www.nabble.com/file/p19511848/untitled-1.gif N.B : I had to use anchor to replace the 'anchor tag' in the code below because nabble was disallowing it hi, i am not a js guru so pls permit my naiveness. I need the 'delete' button on the highlighted graphic to delete

[PHP] Re: Why MS Won't Retire Browsers -- was: Interntet Explorer 8 beater 2

2008-09-16 Thread tedd
At 8:42 AM +0100 9/16/08, Colin Guthrie wrote: tedd wrote: 3. wasn't something I was going to work on -- not because I refused to do it for her but rather because I refuse to work with windozes -- period. In this case I would have blitzed windows and slapped on linux distro of choice

[PHP] Re: Why MS Won't Retire Browsers -- was: Interntet Explorer 8 beater 2

2008-09-16 Thread tedd
At 4:41 PM +0100 9/16/08, Colin Guthrie wrote: tedd wrote: Imagine if PHP suddenly stopped development and you had to find a different language (i.e., ruby). Sure we could all do it, but we picked this language for a reason and now we have to choose again -- and perhaps that choice was our

[PHP] Re: header

2008-09-16 Thread tedd
At 3:16 PM +0100 9/16/08, Nathan Rixham wrote: Alain R. wrote: Hi, how in PHP can i create the similar header as following ? head base href=www.mywebsite.com /head thx. A. just incase everybody else went down a complete tangent on this one head base href=?php echo $_SERVER['HTTP_HOST']; ?

Re: [PHP] Paypal Integration

2008-09-16 Thread Andrew Ballard
On Tue, Sep 16, 2008 at 10:02 AM, tedd [EMAIL PROTECTED] wrote: At 10:14 AM +1000 9/16/08, Andrew Barnett wrote: Has anyone got any example integration of PHP with the Paypal API? I'm looking to build a site where people register for a nominal fee, and gain access to the site indefinately.

Re: [PHP] Re: header

2008-09-16 Thread Nathan Rixham
tedd wrote: At 3:16 PM +0100 9/16/08, Nathan Rixham wrote: Alain R. wrote: Hi, how in PHP can i create the similar header as following ? head base href=www.mywebsite.com /head thx. A. just incase everybody else went down a complete tangent on this one head base href=?php echo

Re: [PHP] Re: header

2008-09-16 Thread Robert Cummings
On Tue, 2008-09-16 at 17:49 +0100, Nathan Rixham wrote: tedd wrote: At 3:16 PM +0100 9/16/08, Nathan Rixham wrote: Alain R. wrote: Hi, how in PHP can i create the similar header as following ? head base href=www.mywebsite.com /head thx. A. just incase everybody else

Re: [PHP] Re: header

2008-09-16 Thread Nathan Rixham
Robert Cummings wrote: On Tue, 2008-09-16 at 17:49 +0100, Nathan Rixham wrote: tedd wrote: At 3:16 PM +0100 9/16/08, Nathan Rixham wrote: Alain R. wrote: Hi, how in PHP can i create the similar header as following ? head base href=www.mywebsite.com /head thx. A. just incase everybody

Re: [PHP] __toString friends

2008-09-16 Thread Nathan Rixham
Jim Lucas wrote: Leurent Francois wrote: I was asking myself if there was a good reason __toBool // __toInt NOT been present in my favorite language, It is so coool beeing able to cast object as string resulting in a __toString() call I'll really love being able to class error extends

Re: [PHP] Re: header

2008-09-16 Thread Robert Cummings
On Tue, 2008-09-16 at 18:13 +0100, Nathan Rixham wrote: I also meant: define('PUBLIC_BASE_HREF' , 'http://php.net/') head base href=?php echo PUBLIC_BASE_HREF; ? / /head and further thinking there has to be an easier / cleaner way of getting http://; / https://; in php.. What's wrong

Re: [PHP] Re: Why MS Won't Retire Browsers -- was: Interntet Explorer 8 beater 2

2008-09-16 Thread Stut
On 16 Sep 2008, at 16:06, tedd wrote: At 11:30 PM +0100 9/15/08, Stut wrote: Wow, talk about hitting the nail on the head. When Microsoft pick the hardware their OS runs on and the software it runs with it works perfectly. Not exactly. I seem to remember when Gates gave a presentation at

Re: [PHP] Re: Why MS Won't Retire Browsers -- was: Interntet Explorer 8 beater 2

2008-09-16 Thread Stut
On 16 Sep 2008, at 15:59, tedd wrote: At 9:53 PM +0100 9/15/08, Stut wrote: As for Microsoft (will people please stop screwing with their name, it's impolite), they've certainly made some bad choices over the years and Windows has suffered for it. I screw with the M$ name because I don't

Re: [PHP] Paypal Integration

2008-09-16 Thread mike
On Tue, Sep 16, 2008 at 7:08 AM, tedd [EMAIL PROTECTED] wrote: I've had the opposite experience. Their service has served me well over several years, sites, and clients. It's a crap shoot. They're fine until you get bit. I used them for quite a long time and I still have a paypal account for

Re: [PHP] Re: header

2008-09-16 Thread Jim Lucas
Robert Cummings wrote: On Tue, 2008-09-16 at 18:13 +0100, Nathan Rixham wrote: I also meant: define('PUBLIC_BASE_HREF' , 'http://php.net/') head base href=?php echo PUBLIC_BASE_HREF; ? / /head and further thinking there has to be an easier / cleaner way of getting http://; / https://; in

Re: [PHP] Re: Why MS Won't Retire Browsers -- was: Interntet Explorer 8 beater 2

2008-09-16 Thread Ashley Sheridan
On Tue, 2008-09-16 at 10:59 -0400, tedd wrote: Similarly, I had a run-in with American Express over 30 years ago and even to this day I return all their sales promotion in their self-addressed no-postage envelope they provide. Over the years, I suspect they have paid postage for over 100

Re: [PHP] Re: Why MS Won't Retire Browsers -- was: Interntet Explorer 8 beater 2

2008-09-16 Thread Ashley Sheridan
On Tue, 2008-09-16 at 11:26 -0400, tedd wrote: At 11:57 PM +0100 9/15/08, Ashley Sheridan wrote: I agree on your point about trying before bashing. I've tried Vista. Hell, I had to use it for 2 months solid while I was working in India, so I really got to test it out. I had more crashes on

Re: [PHP] textarea html generation problem

2008-09-16 Thread Ashley Sheridan
On Tue, 2008-09-16 at 17:15 +0930, Michael Kubler wrote: I've just been playing with FCKeditor, it seem pretty good. Good documentation and I could get it working fairly quickly, although I haven't got it picking up the style sheet from a secondary domain yet, but that's probably a PEBKAC on

Re: [PHP] Paypal Integration

2008-09-16 Thread Dan Joseph
On Tue, Sep 16, 2008 at 2:43 PM, mike [EMAIL PROTECTED] wrote: On Tue, Sep 16, 2008 at 7:08 AM, tedd [EMAIL PROTECTED] wrote: I've had the opposite experience. Their service has served me well over several years, sites, and clients. It's a crap shoot. They're fine until you get bit. I

Re: [PHP] Paypal Integration

2008-09-16 Thread Richard Heyes
Paypalsucks.com :) I've had the opposite experience. Their service has served me well over several years, sites, and clients. I think, like a lot of things, you will always get people with good experiences and bad experiences. Unfortunately the people who have had bad experiences tend to be

Re: [PHP] Re: Why MS Won't Retire Browsers -- was: Interntet Explorer 8 beater 2

2008-09-16 Thread Eric Butera
On Tue, Sep 16, 2008 at 2:51 PM, Ashley Sheridan [EMAIL PROTECTED] wrote: On Tue, 2008-09-16 at 11:26 -0400, tedd wrote: At 11:57 PM +0100 9/15/08, Ashley Sheridan wrote: I agree on your point about trying before bashing. I've tried Vista. Hell, I had to use it for 2 months solid while I was

Re: [PHP] Re: Why MS Won't Retire Browsers -- was: Interntet Explorer 8 beater 2

2008-09-16 Thread Ashley Sheridan
On Tue, 2008-09-16 at 15:04 -0400, Eric Butera wrote: On Tue, Sep 16, 2008 at 2:51 PM, Ashley Sheridan [EMAIL PROTECTED] wrote: On Tue, 2008-09-16 at 11:26 -0400, tedd wrote: At 11:57 PM +0100 9/15/08, Ashley Sheridan wrote: I agree on your point about trying before bashing. I've tried

Re: [PHP] Paypal Integration

2008-09-16 Thread mike
On Tue, Sep 16, 2008 at 12:04 PM, Richard Heyes [EMAIL PROTECTED] wrote: I think, like a lot of things, you will always get people with good experiences and bad experiences. Unfortunately the people who have had bad experiences tend to be more vocal than those who've had good ones, so the

Re: [PHP] Paypal Integration

2008-09-16 Thread Dan Joseph
On Tue, Sep 16, 2008 at 3:13 PM, mike [EMAIL PROTECTED] wrote: On Tue, Sep 16, 2008 at 12:04 PM, Richard Heyes [EMAIL PROTECTED] wrote: I wish someone would make a Paypal clone that did not have such an odd history of shadyness. Their interface is simple, the idea is great, Revolution Money

Re: [PHP] Paypal Integration

2008-09-16 Thread mike
On Tue, Sep 16, 2008 at 12:20 PM, Dan Joseph [EMAIL PROTECTED] wrote: Revolution Money Exchange just started up a few months ago. Its owned by a bank (although I can't recall which). Same concept as far as I can tell, although I don't think they have any business services yet. Another note

Re: [PHP] Paypal Integration

2008-09-16 Thread Ashley Sheridan
On Tue, 2008-09-16 at 12:27 -0700, mike wrote: On Tue, Sep 16, 2008 at 12:20 PM, Dan Joseph [EMAIL PROTECTED] wrote: Revolution Money Exchange just started up a few months ago. Its owned by a bank (although I can't recall which). Same concept as far as I can tell, although I don't

Re: [PHP] Paypal Integration

2008-09-16 Thread mike
Tue, Sep 16, 2008 at 12:34 PM, Ashley Sheridan [EMAIL PROTECTED] wrote: I think once Google Checkout goes more global (which it plans to) it will be something to use as a viable alternative to Paypal. There's quite a few large corporations use it already. I was excited when Google announced

Re: [PHP] Paypal Integration

2008-09-16 Thread Richard Heyes
Hi, I think once Google Checkout goes more global (which it plans to) it will be something to use as a viable alternative to Paypal. There's quite a few large corporations use it already. Without looking into it too much, can it be done transparently (ie the customer doesn't see any Google

Re: [PHP] Paypal Integration

2008-09-16 Thread Dan Joseph
On Tue, Sep 16, 2008 at 3:39 PM, Richard Heyes [EMAIL PROTECTED] wrote: Hi, I think once Google Checkout goes more global (which it plans to) it will be something to use as a viable alternative to Paypal. There's quite a few large corporations use it already. Without looking into it too

Re: [PHP] Paypal Integration

2008-09-16 Thread Ashley Sheridan
On Tue, 2008-09-16 at 20:39 +0100, Richard Heyes wrote: Hi, I think once Google Checkout goes more global (which it plans to) it will be something to use as a viable alternative to Paypal. There's quite a few large corporations use it already. Without looking into it too much, can it

Re: [PHP] Paypal Integration

2008-09-16 Thread Richard Heyes
No, there are certain terms and conditions for using Google Checkout. You have to display their logo prominently, and they say they will terminate accounts of anyone not adhering to these terms. Hmm, might not be so bad. I would think a Google logo instils trust. -- Richard Heyes HTML5

Re: [PHP] Paypal Integration

2008-09-16 Thread Ashley Sheridan
On Tue, 2008-09-16 at 20:51 +0100, Richard Heyes wrote: No, there are certain terms and conditions for using Google Checkout. You have to display their logo prominently, and they say they will terminate accounts of anyone not adhering to these terms. Hmm, might not be so bad. I would

Re: [PHP] Re: header

2008-09-16 Thread Nathan Rixham
Jim Lucas wrote: Robert Cummings wrote: On Tue, 2008-09-16 at 18:13 +0100, Nathan Rixham wrote: I also meant: define('PUBLIC_BASE_HREF' , 'http://php.net/') head base href=?php echo PUBLIC_BASE_HREF; ? / /head and further thinking there has to be an easier / cleaner way of getting http://; /

Re: [PHP] Re: header

2008-09-16 Thread Robert Cummings
On Tue, 2008-09-16 at 21:18 +0100, Nathan Rixham wrote: Jim Lucas wrote: Robert Cummings wrote: On Tue, 2008-09-16 at 18:13 +0100, Nathan Rixham wrote: I also meant: define('PUBLIC_BASE_HREF' , 'http://php.net/') head base href=?php echo PUBLIC_BASE_HREF; ? / /head and further

Re: [PHP] Re: Why MS Won't Retire Browsers -- was: Interntet Explorer 8 beater 2

2008-09-16 Thread Bastien Koert
On Tue, Sep 16, 2008 at 3:11 PM, Ashley Sheridan [EMAIL PROTECTED]wrote: On Tue, 2008-09-16 at 15:04 -0400, Eric Butera wrote: On Tue, Sep 16, 2008 at 2:51 PM, Ashley Sheridan [EMAIL PROTECTED] wrote: On Tue, 2008-09-16 at 11:26 -0400, tedd wrote: At 11:57 PM +0100 9/15/08, Ashley

Re: [PHP] Re: Why MS Won't Retire Browsers -- was: Interntet Explorer 8 beater 2

2008-09-16 Thread Ashley Sheridan
On Tue, 2008-09-16 at 16:50 -0400, Bastien Koert wrote: On Tue, Sep 16, 2008 at 3:11 PM, Ashley Sheridan [EMAIL PROTECTED]wrote: On Tue, 2008-09-16 at 15:04 -0400, Eric Butera wrote: On Tue, Sep 16, 2008 at 2:51 PM, Ashley Sheridan [EMAIL PROTECTED] wrote: On Tue, 2008-09-16 at

RE: [PHP] Re: Why MS Won't Retire Browsers -- was: Interntet Explorer 8 beater 2

2008-09-16 Thread Boyd, Todd M.
-Original Message- From: tedd [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2008 10:06 AM To: Stut; [EMAIL PROTECTED] Cc: Philip Thompson; PHP General list Subject: Re: [PHP] Re: Why MS Won't Retire Browsers -- was: Interntet Explorer 8 beater 2 At 11:30 PM +0100

Re: [PHP] Re: Why MS Won't Retire Browsers -- was: Interntet Explorer 8 beater 2

2008-09-16 Thread tedd
At 7:40 PM +0100 9/16/08, Stut wrote: On 16 Sep 2008, at 15:59, tedd wrote: Then one day, M$ sent out notice that they would no longer support QuickBasic and that was the end of that. All of our current, and past work, was on a dead-end street. We were left to fend for ourselves. I don't

[PHP] SQL outer join problem

2008-09-16 Thread Liz Kim
have a very simple script which connects to a database, execute a query then displays the result. This script uses odbc_connect and functions. There are two identical Apache web servers and one MS SQL database server. When the script is ran on web server #1, all the results are returned

[PHP] Re: __toString friends

2008-09-16 Thread Colin Guthrie
Nathan Rixham wrote: concurred; I recently made a class that turn's all objects into XML; and implented it in my __toString()'s :) In that case rather than __toBool() __toInt() etc. it should really support a magic __cast() method or similar. This method would contain a single argument that

Re: [PHP] Re: Why MS Won't Retire Browsers -- was: Interntet Explorer 8 beater 2

2008-09-16 Thread Robert Cummings
On Tue, 2008-09-16 at 18:54 -0400, tedd wrote: I realize that you take the high-road on things like this -- I respect that -- that used to be my practice as well. It's very predicable from a business perspective. But times change and I kind of like telling people what I really think --

[PHP] Error Reporting

2008-09-16 Thread Naz
I am trying to turn on errors in the browser, but for some reason they are being suppressed. In php.ini I have display_errors = On and error_reporting = E_STRICT What else could be suppressing errors? السلام عليكم - Naz. -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] Error Reporting

2008-09-16 Thread Micah Gersten
E_STRICT only shows one type of error. If you want everything than you need to set E_ALL | E_STRICT http://usphp.com/manual/en/errorfunc.constants.php#errorfunc.constants.errorlevels.e-strict Thank you, Micah Gersten onShore Networks Internal Developer http://www.onshore.com Naz wrote: I am

Re: [PHP] SQL outer join problem

2008-09-16 Thread Micah Gersten
Compare phpinfo() on both servers. Thank you, Micah Gersten onShore Networks Internal Developer http://www.onshore.com Liz Kim wrote: have a very simple script which connects to a database, execute a query then displays the result. This script uses odbc_connect and functions. There are

Re: [PHP] Re: Why MS Won't Retire Browsers -- was: Interntet Explorer 8 beater 2

2008-09-16 Thread tedd
At 8:11 PM +0100 9/16/08, Ashley Sheridan wrote: Would it be totally off topic if everyone were to say what their favourite OS was and why? I'm just a little curious as to what OS's people use in this field. Obviously, mine is Mac and OSX 10.4.11. My next one will be whatever is the top of

Re: [PHP] Re: Why MS Won't Retire Browsers -- was: Interntet Explorer 8 beater 2

2008-09-16 Thread Ross McKay
On Tue, 16 Sep 2008 20:11:22 +0100, Ashley Sheridan wrote: Would it be totally off topic if everyone were to say what their favourite OS was and why? I'm just a little curious as to what OS's people use in this field. Likely yes, but: Fedora 9 works nicely for me and SWMBO. Essentially though,

Re: Re[2]: [PHP] check if a file is included

2008-09-16 Thread Diogo Neves
On Tue, Sep 16, 2008 at 3:09 AM, ANR Daemon [EMAIL PROTECTED] wrote: Greetings, Jochem Maas. In reply to Your message dated Tuesday, September 16, 2008, 3:38:44, ANR Daemon schreef: Greetings, Jochem Maas. In reply to Your message dated Friday, September 12, 2008, 17:05:58, I like my

Re: [PHP] textarea html generation problem

2008-09-16 Thread sean greenslade
Thanks to all for your responses. I ended up using htmlentities. Thanks Stephen. Also, the reason I didn't use a premade editor is that I am planning on selling a web-editor system and don't want any troubles with licenses. quote Hi all! I am trying to make a PHP HTML editor. I have made the

[PHP] MySQL Workbench coming for Linux

2008-09-16 Thread Ross McKay
Posting this here, because a few people responded when I mentioned not having a Linux-native data modelling tool. Apparently, MySQL Workbench should be alpha-ready by end of the month... http://dev.mysql.com/workbench/?p=138 Maybe I can ditch Visio one day soon... :) -- Ross McKay, Toronto, NSW

Re: [PHP] Re: header

2008-09-16 Thread Jochem Maas
Robert Cummings schreef: On Tue, 2008-09-16 at 21:18 +0100, Nathan Rixham wrote: Jim Lucas wrote: Robert Cummings wrote: On Tue, 2008-09-16 at 18:13 +0100, Nathan Rixham wrote: I also meant: define('PUBLIC_BASE_HREF' , 'http://php.net/') head base href=?php echo PUBLIC_BASE_HREF; ? / /head

Re: [PHP] MySQL Workbench coming for Linux

2008-09-16 Thread Jochem Maas
Ross McKay schreef: Posting this here, because a few people responded when I mentioned not having a Linux-native data modelling tool. Apparently, MySQL Workbench should be alpha-ready by end of the month... http://dev.mysql.com/workbench/?p=138 no news of MacOSX, what's the chance this will

Re: [PHP] Large/unreliable file uploading over HTTP

2008-09-16 Thread mike
Wouldn't you know - the latest Google Gears has the capability to upload files - I haven't delved deeper to understand how it works on the server end of it, but it allows for a standard file upload box and has capabilities built in for progress bars, etc. The blob interface allows you to use a