473,385 Members | 1,630 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

PLEASE HELP

hi i have a website where people can register their details and upload
a pic.

so i have variables for firstName and lastName etc

not the following lines are in the php file that everything gets sent
to:

copy($HTTP_POST_FILES['uploadPhoto']['tmp_name'],
$HTTP_POST_FILES['uploadPhoto']['name']);
print "<h2>Thank you for registering.</h2><br>";
print "<h2>Your details have been saved on our system.</h2>";
print "<br>"
All the variables go nicely into the mysql database and the photo
uploads, however it just uploads with the name the person has it saved
on their computer as.

Is there a way to ammend the above to rename the photo they are
uploading as their firstName and lastName.

Please help as not only is it driving my crazy but i've also spent to
much in this t-mobile hotspot trying to google this problem.

Thanks

Jul 17 '05 #1
4 1284
> copy($HTTP_POST_FILES['uploadPhoto']['tmp_name'],
$firstNAme . " " . $lastname . ".bmp" );
<ma******@gmail.com> wrote in message
news:11*********************@l41g2000cwc.googlegro ups.com... hi i have a website where people can register their details and upload
a pic.

so i have variables for firstName and lastName etc

not the following lines are in the php file that everything gets sent
to:

copy($HTTP_POST_FILES['uploadPhoto']['tmp_name'],
$HTTP_POST_FILES['uploadPhoto']['name']);
print "<h2>Thank you for registering.</h2><br>";
print "<h2>Your details have been saved on our system.</h2>";
print "<br>"
All the variables go nicely into the mysql database and the photo
uploads, however it just uploads with the name the person has it saved
on their computer as.

Is there a way to ammend the above to rename the photo they are
uploading as their firstName and lastName.

Please help as not only is it driving my crazy but i've also spent to
much in this t-mobile hotspot trying to google this problem.

Thanks

Jul 17 '05 #2
ma******@gmail.com wrote:
copy($HTTP_POST_FILES['uploadPhoto']['tmp_name'],
$HTTP_POST_FILES['uploadPhoto']['name']);

Is there a way to ammend the above to rename the photo they are
uploading as their firstName and lastName.

Please help as not only is it driving my crazy but i've also spent to
much in this t-mobile hotspot trying to google this problem.


Goto this URL: http://nl3.php.net/copy

Description
bool copy ( string source, string dest )

Makes a copy of the file source to dest. Returns TRUE on success or
FALSE on failure.

So just set the second argument to the variables you need.

Jul 17 '05 #3
ma******@gmail.com wrote:
: hi i have a website where people can register their details and upload
: a pic.

: so i have variables for firstName and lastName etc

: not the following lines are in the php file that everything gets sent
: to:

: copy($HTTP_POST_FILES['uploadPhoto']['tmp_name'],
: $HTTP_POST_FILES['uploadPhoto']['name']);
: print "<h2>Thank you for registering.</h2><br>";
: print "<h2>Your details have been saved on our system.</h2>";
: print "<br>"
: All the variables go nicely into the mysql database and the photo
: uploads, however it just uploads with the name the person has it saved
: on their computer as.

: Is there a way to ammend the above to rename the photo they are
: uploading as their firstName and lastName.

If you already have the name in some variables, then just go ahead and
use them.

$name_for_save_as = "$firstName-$lastName.jpeg";

copy($HTTP_POST_FILES['uploadPhoto']['tmp_name'],$name_for_save_as);

HOWEVER, you should also do something to make sure the file name is a good
name. Read the php docs for functions to help do that, but basically
something like

$name_for_save_as = escape($firstName) . escape($lastName) . ".jpeg";

(but the "escape" function may not be the function you want to use for
this)
Many sites allocate a unique serial number for things like files. The
database entry for a person would then save the serial number so you know
which file to use for that person.

--

This space not for rent.
Jul 17 '05 #4
Thanks everyone. I really appreciate your help and I now have it
working.

I decided to take the shortest advice first, that was alistair's and it
worked great.

Thanks Alistair and thanks everyone else too.

Matt.

Jul 17 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Kurt Watson | last post by:
I’m having a different kind of problem with Hotmail when I sign in it says, "Web Browser Software Limitations Your Current Software Will Limit Your Ability to Use Hotmail You are using a web...
7
by: x muzuo | last post by:
Hi guys, I have got a prob of javascript form validation which just doesnt work with my ASP code. Can any one help me out please. Here is the code: {////<<head> <title>IIBO Submit Page</title>...
7
by: tyler_durden | last post by:
thanks a lot for all your help..I'm really appreciated... with all the help I've been getting in forums I've been able to continue my program and it's almost done, but I'm having a big problem that...
23
by: Jason | last post by:
Hi, I was wondering if any could point me to an example or give me ideas on how to dynamically create a form based on a database table? So, I would have a table designed to tell my application...
13
by: Joner | last post by:
Hello, I'm having trouble with a little programme of mine where I connect to an access database. It seems to connect fine, and disconnect fine, but then after it won't reconnect, I get the error...
1
by: David Van D | last post by:
Hi there, A few weeks until I begin my journey towards a degree in Computer Science at Canterbury University in New Zealand, Anyway the course tutors are going to be teaching us JAVA wth bluej...
1
PEB
by: PEB | last post by:
POSTING GUIDELINES Please follow these guidelines when posting questions Post your question in a relevant forum Do NOT PM questions to individual experts - This is not fair on them and...
0
by: 2Barter.net | last post by:
newsmail@reuters.uk.ed10.net Fwd: Money for New Orleans, AL & GA Inbox Reply Reply to all Forward Print Add 2Barter.net to Contacts list Delete this message Report phishing Show original
6
by: jenipriya | last post by:
Hi all... its very urgent.. please........i m a beginner in oracle.... Anyone please help me wit dese codes i hv tried... and correct the errors... The table structures i hav Employee (EmpID,...
5
by: tabani | last post by:
I wrote the program and its not giving me correct answer can any one help me with that please and specify my mistake please it will be highly appreciable... The error arrives from option 'a' it asks...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.