On Wed, 2011-06-15 at 07:42 -0400, Marc Guay wrote:
> > If that was about 20 years ago, then it would be fine!
>
> Would have been around 1992, good guesswork!
>
ugh, i feel old now (even though i am not)... 20 years ago is 1991... i
got my car/motorcycle license in 1992 at the age of 16...
--
> If that was about 20 years ago, then it would be fine!
Would have been around 1992, good guesswork!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On 15/06/11 01:24, Marc Guay wrote:
I bought a 1GB external hard drive for $1000. Did I just choke on my lunch?
If that was about 20 years ago, then it would be fine!
--
Peter Ford, Developer phone: 01580 89 fax: 01580 893399
Justcroft International Ltd.
Guay [mailto:marc.g...@gmail.com]
> Sent: Tuesday, June 14, 2011 8:25 PM
> To: PHP General
> Subject: Re: [PHP] Ftp upload
>
> I bought a 1GB external hard drive for $1000. Did I just choke on my
> lunch?
>
> --
> PHP General Mailing List (http://www.php.net/)
> To u
LOL yeah.
Since I can buy a 2 terabyte external hard drive and caddy for less than
$300. At Best Buy.
Richard L. Buskirk...
-Original Message-
From: Marc Guay [mailto:marc.g...@gmail.com]
Sent: Tuesday, June 14, 2011 8:25 PM
To: PHP General
Subject: Re: [PHP] Ftp upload
I bought a 1GB
I bought a 1GB external hard drive for $1000. Did I just choke on my lunch?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On 14 June 2011 23:20, Tamara Temple wrote:
> Did I just give away my age?
Yes.
--
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
On Jun 14, 2011, at 4:42 PM, Richard Quadling wrote:
On 14 June 2011 22:27, Tamara Temple wrote:
On Jun 14, 2011, at 12:59 PM, Andre Polykanine wrote:
So, say, they make audiobooks or movies and they want them
to be
available as (paid) download. How should they upload it so
On 14 June 2011 22:27, Tamara Temple wrote:
> On Jun 14, 2011, at 12:59 PM, Andre Polykanine wrote:
>>
>> So, say, they make audiobooks or movies and they want them to be
>> available as (paid) download. How should they upload it so they
>> would be in the catalog?
>
> If it's really
On Jun 14, 2011, at 12:59 PM, Andre Polykanine wrote:
So, say, they make audiobooks or movies and they want them to be
available as (paid) download. How should they upload it so they
would be in the catalog?
If it's really large data like that, and they have a lot of it, maybe
up
n...@oire.org]
Sent: Tuesday, June 14, 2011 10:02 AM
To: ad...@buskirkgraphics.com
Cc: 'Php General'
Subject: Re: [PHP] Ftp upload
Hi Richard,
Thanks a lot!
So can I let them upload, say, a 700 Mb file via POST or should I
consider connecting to FTP?
--
With best regards from Ukr
Dear Experts,
Can you please advise how can I detect a string if it is UTF-8 or now
and how can I if possible
convert a string to a utf-8 ?
Here's the string I got from client - client sends it via POST with
urlencode and does apply UTF-8
encoding on the string.
Here's the string I got:
--Original Message-
From: Andre Polykanine [mailto:an...@oire.org]
Sent: Tuesday, June 14, 2011 10:02 AM
To: ad...@buskirkgraphics.com
Cc: 'Php General'
Subject: Re: [PHP] Ftp upload
Hi Richard,
Thanks a lot!
So can I let them upload, say, a 700 Mb file via POST or should I
consid
Hi Richard,
Thanks a lot!
So can I let them upload, say, a 700 Mb file via POST or should I
consider connecting to FTP?
--
With best regards from Ukraine,
Andre
Skype: Francophile
My blog: http://oire.org/menelion (mostly in Russian)
Twitter: http://twitter.com/m_elensule
Facebook: http://
Andre, I have checked the $_POST, and THE $_FILES.
I am pretty sure the actual path is not passed. Now you can find the path on
the server in the tmp_name of the $_FILES array.
I have read a few DOM related issue concerning the PATH of the file uploaded in
mulitpart/form-data.
Microsoft: Inter
Franklin van de Meent wrote:
> Hello Steve,
>
> I tried this on my own servers and after replacing ""
> with $ftp_server it works perfectly, all ASCII files get uploaded the
> way they should with the correct filenames.
>
> Do you get any errors? (add error_reporting(E_ALL); above the login
> va
Hello Steve,
I tried this on my own servers and after replacing ""
with $ftp_server it works perfectly, all ASCII files get uploaded the
way they should with the correct filenames.
Do you get any errors? (add error_reporting(E_ALL); above the login
vars to show them all)
--
PHP General Mailing
Well I think the error is telling you whats up
The file
C:\Inetpub\wwwroot\mario\phpftp\phpftp\FTPonline\12.txt
Doesn't exist
Try changing the line to something like this:
$source_file = $HTTP_POST_FILES['thefile']['tmp_name'];
This or
$source_file = $_FILES['userfile']['tmp_name'];
(if you are u
18 matches
Mail list logo