Good to hear.
Karl
Sent from losPhone
On May 31, 2010, at 2:41 PM, Emiliano Boragina > wrote:
Thanks a lot... this last solution is the best for me... thanks a
lot to all!!!
2010/5/31 Karl DeSaulniers
You are probably right.
The use of the $i and say "photo_".$i.".jpg" would work better.
You are probably right.
The use of the $i and say "photo_".$i.".jpg" would work better.
and change.. :)
Karl
On May 31, 2010, at 2:27 AM, 3dgtech wrote:
It could work, but be careful using timestamp or the php equivalent
- microtime since this is reliant on gettimeofday(). If naming
conv
It could work, but be careful using timestamp or the php equivalent -
microtime since this is reliant on gettimeofday(). If naming
conventions don't mandate a sterilized format I woul still recommend
using a "confirmed" new variable.
Just my two cents :-)
Eli
On May 30, 2010, at 10:04 PM, K
The problem with time() is that fast servers are too fast! (you will
have processed multiple files before time() changes.) Add the $i from
the for loop in multiple images to the end of your filename.
On May 30, 2010, at 4:33 PM, Karl DeSaulniers
wrote:
Try this
Try assigning time() to
Try this
Try assigning time() to a variable then add that to the rename.
EG:
if ($_FILES['foto']['type'] == "image/jpeg" ||
$_FILES['foto']['type'] == "image/pjpeg"){
//nombre de la imagen
$timestamp = time();
//movemos la i
Hello, I want to do an Admin to upload more than one picture per clic, I
must can upload one or more Pictures. This I know how is it... but I want
rename each picture, not with , for example, "001" but with some function,
some... thing that rename the file. I am using this:
if(isset($_POST['submit
em..otherwise you may end up with N number of files
with the same name (ie mycat.jpg). By associating another randomly generated
name with the image as the true name, you should avoid that issue...
Bastien
From: "David Arroyo" <[EMAIL PROTECTED]>
To:
Subject: [PHP-DB] Upl
Hi @ll,
I have to make an interface for a newspaper site, where users can upload
news including images.
I want to store the image's name in a field of my NEWS table, in order to
catch it with an tag later, but I don't want people has to upload the
image, remember its name, and put it as anoth
er 27, 2002 10:29 PM
To: Boaz Yahav; [EMAIL PROTECTED]
Subject: Re: [PHP-DB] Upload Images...
Yes, but do you know where I can find a sample of merging the upload
script with the Update script?
Thanks!!!
Doug
- Original Message -
From: "Boaz Yahav" <[EMAIL PROTECTED]
ginal Message-
From: Doug Coning [mailto:[EMAIL PROTECTED]]
Sent: December 27, 2002 3:29 PM
To: Boaz Yahav; [EMAIL PROTECTED]
Subject: Re: [PHP-DB] Upload Images...
Yes, but do you know where I can find a sample of merging the upload
script
with the Update script?
Thanks!!!
Doug
- Ori
December 27, 2002 1:09 PM
Subject: RE: [PHP-DB] Upload Images...
> I'm guessing it's better for the people that will use this page to have
> it all in one page
> but less convenient for you to develop it like that :)
>
> Sincerely
>
> berber
>
> Visit h
oug Coning [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 27, 2002 9:09 PM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] Upload Images...
Hi All,
I've got a question about creating an Update page. I have an update
page that has a form with about 15 fields in it that update records in
my MySQL da
Hi All,
I've got a question about creating an Update page. I have an update page
that has a form with about 15 fields in it that update records in my MySQL
database. One of the fields is an IMAGE field that stores an image name. I
want to this PHP page to do several things:
1) edit and update
13 matches
Mail list logo