On Wed, Nov 11, 2009 at 12:09 PM, Matthew Croud wrote:
> Dear lords of PHP,
>
> I have a working image upload script that meets all my needs,
> My question is I need to upload multiple images using the same form,
>
> This is the PHP part I have so far, largely taken from a book:
>
Jason --
...and then Jason Wong said...
%
% On Monday 10 February 2003 08:36, David T-G wrote:
%
% > Hmmm... I haven't yet been able to download it, but I was pointed to a
% > live page (tech.indymedia.org/publish.php3) only to find that it has
% > multiple boxes for multiple files, which I can
On Monday 10 February 2003 08:36, David T-G wrote:
> Hmmm... I haven't yet been able to download it, but I was pointed to a
> live page (tech.indymedia.org/publish.php3) only to find that it has
> multiple boxes for multiple files, which I can already do. Nothing that
> allows multiple files wit
Gurhan, et al --
...and then Gurhan Ozen said...
%
% Hi David,
Hi!
% I know that there is an php application doing multiple file uploading at
% once which is open source..
Cool!
% The application is san franscisco indymedia's news publishing system.
% You might wanna download it at: http:/
Hi David,
I know that there is an php application doing multiple file uploading at
once which is open source..
The application is san franscisco indymedia's news publishing system.
You might wanna download it at: http://tech.sfimc.net/download.php and
scrutinize the source code.. I am very sure th
through
each picture uploading it...this is what you will probably have to do.
Eddie
-Original Message-
From: Marek Kilimajer [mailto:kilimajer@;webglobe.sk]
Sent: Thursday, November 14, 2002 8:32 AM
To: PHP
Subject: Re: [PHP] multiple file upload
Sorry, now I read your question thoroughly
Sorry, now I read your question thoroughly, no this is not possible
Funk-XL wrote:
Hi All,
Is it posible to do multiple file upload without selecting each file manual
in multiple form fields?
Rob
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.ne
Don't get mistaken. Sure it is possible:
this will give you
$_FILES['file']['name'][0],$_FILES['file']['name'][1],$_FILES['file']['name'][2],
the same for [type],[tmp_name] and [size]
Funk-XL wrote:
Hi All,
Is it posible to do multiple file upload without selecting each file manual
in mul
On Thursday 14 November 2002 18:12, Funk-XL wrote:
> Hi All,
>
> Is it posible to do multiple file upload without selecting each file manual
> in multiple form fields?
Nope.
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting *
Hi,
on 14/11/02 8:12 PM, Funk-XL ([EMAIL PROTECTED]) wrote:
> Is it posible to do multiple file upload without selecting each file manual
> in multiple form fields?
Nope. Only way I can think of would be if the files were
pre-zipped/stuffed/gzipped/etc, AND if you were able to decompress on the
> Is it posible to do multiple file upload without selecting each file
> manual
> in multiple form fields?
No.
---John Holmes...
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
snip
> questions:
> 1. if file is not declared, what does the file elements holds?... i
> sometimes get null value, sometimes get "none"
I get following output with PHP4.0.4pl1 w/ Linux
(I set php.ini to store uploaded files info to $HTTP_UPLOAD_FILES.
You will get different output if you don't)
12 matches
Mail list logo