473,405 Members | 2,415 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,405 software developers and data experts.

Users uploading pictures

Hi All,

I have a web site I am developing, and have a question. I would like
members to be able to upload pictures.

Do you think they should be saved as individual files or should they be
put in an MySQL database? Which would you recommend, and do you have any
sample code for accomplishing this?

Ciao . . . C.Joseph

And on the seventh day God said,
"I will rest . . . Murphy take over."
May 5 '06 #1
9 3637
C.Joseph Drayton said the following on 5/5/2006 9:25 AM:
Hi All,

I have a web site I am developing, and have a question. I would like
members to be able to upload pictures.

Do you think they should be saved as individual files or should they be
put in an MySQL database? Which would you recommend, and do you have any
sample code for accomplishing this?


Whatever the answer, it has nothing to do with Javascript.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
May 5 '06 #2
Randy Webb wrote on 05 mei 2006 in comp.lang.javascript:
C.Joseph Drayton said the following on 5/5/2006 9:25 AM:
Hi All,

I have a web site I am developing, and have a question. I would like
members to be able to upload pictures.

Do you think they should be saved as individual files or should they be
put in an MySQL database? Which would you recommend, and do you have any
sample code for accomplishing this?


Whatever the answer, it has nothing to do with Javascript.


Unless you are using ASP-Jscript.

The NGs then (if using ASP, I mean!) to ask are:

news:microsoft.public.inetserver.asp.general
or
news:microsoft.public.inetserver.asp.db
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
May 5 '06 #3
Randy Webb wrote:
C.Joseph Drayton said the following on 5/5/2006 9:25 AM:
Hi All,

I have a web site I am developing, and have a question. I would like
members to be able to upload pictures.

Do you think they should be saved as individual files or should they be
put in an MySQL database? Which would you recommend, and do you have any
sample code for accomplishing this?


Whatever the answer, it has nothing to do with Javascript.

Actually it does Randy, I suspect that however I choose to get those
pictures, I will use a combination of JavaScript and PHP to manipulate
the pictures.

Right now I use a combination of JavaScript and PHP to handle the
existing databases so it would seem the same will be the case for
picture storage.

Ciao . . . C.Joseph

And on the seventh day God said,
"I will rest . . . Murphy take over."
May 5 '06 #4
C.Joseph Drayton said the following on 5/5/2006 10:09 AM:
Randy Webb wrote:
C.Joseph Drayton said the following on 5/5/2006 9:25 AM:
Hi All,

I have a web site I am developing, and have a question. I would like
members to be able to upload pictures.

Do you think they should be saved as individual files or should they be
put in an MySQL database? Which would you recommend, and do you have any
sample code for accomplishing this?
Whatever the answer, it has nothing to do with Javascript.

Actually it does Randy,


Actually, it doesn't Joseph. There are two parts to what you are doing.
The What and the How. The How would be PHP and JS, the What would be
saving images, and saving images on the server - whether as individual
files or in a MySQL database - has nothing to do with client side
Javascript.

If anything, its a PHP/MySQL question and that would be more on how to
accomplish it instead of what you are trying to accomplish.
I suspect that however I choose to get those pictures, I will
use a combination of JavaScript and PHP to manipulate the
pictures.
And that is fine, but whether to save them in a Database (which is an
odd sounding request) or in a file has nothing to do with JS.
Right now I use a combination of JavaScript and PHP to handle the
existing databases so it would seem the same will be the case for
picture storage.


Your Javascript doesn't handle the databases, PHP does. JS on the client
may tell PHP to do it but it is PHP doing the work on the server.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
May 5 '06 #5
Evertjan. said the following on 5/5/2006 10:05 AM:
Randy Webb wrote on 05 mei 2006 in comp.lang.javascript:
C.Joseph Drayton said the following on 5/5/2006 9:25 AM:
Hi All,

I have a web site I am developing, and have a question. I would like
members to be able to upload pictures.

Do you think they should be saved as individual files or should they be
put in an MySQL database? Which would you recommend, and do you have any
sample code for accomplishing this?

Whatever the answer, it has nothing to do with Javascript.


Unless you are using ASP-Jscript.


<pedant>
ASP uses JScript, not Javascript, which I specified :)
</pedant>

But it still has nothing to do with c.l.j and client side scripting.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
May 5 '06 #6
Randy Webb wrote on 05 mei 2006 in comp.lang.javascript:
<pedant>
ASP uses JScript, not Javascript, which I specified :)
</pedant>
<rebuff>
True, however, the two are intermingled in the sense that clientside
IE javascript is really jscript, and that(!) jscript is spoken here,
just as the ECMA javascript variant is.
</rebuff>
But it still has nothing to do with c.l.j and client side scripting.


c.l.j. is not clientside "in browser" only, but certainly clientside
oriented.

That is why I pointed to the two ASP NGs.
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
May 5 '06 #7
Randy Webb wrote:
C.Joseph Drayton said the following on 5/5/2006 10:09 AM:
Randy Webb wrote:
C.Joseph Drayton said the following on 5/5/2006 9:25 AM:

Hi All,

I have a web site I am developing, and have a question. I would like
members to be able to upload pictures.

Do you think they should be saved as individual files or should they be
put in an MySQL database? Which would you recommend, and do you have any
sample code for accomplishing this?

Whatever the answer, it has nothing to do with Javascript.

Actually it does Randy,


Actually, it doesn't Joseph. There are two parts to what you are doing.
The What and the How. The How would be PHP and JS, the What would be
saving images, and saving images on the server - whether as individual
files or in a MySQL database - has nothing to do with client side
Javascript.

If anything, its a PHP/MySQL question and that would be more on how to
accomplish it instead of what you are trying to accomplish.
I suspect that however I choose to get those pictures, I will
use a combination of JavaScript and PHP to manipulate the
pictures.


And that is fine, but whether to save them in a Database (which is an
odd sounding request) or in a file has nothing to do with JS.


Actually it is not really an odd question. I am use to using Clarion
for web based databases, and I can save them as a blob and have a
template that converts the JPG to/from blob. This is my first time
working on a web site where I didn't use Clarion for the database,
and I am finding that I have to use JavaScript to talk to PHP. I was
simply trying to find out which would be easier.

I was given a PHP script to handle the actual file saving, now I
need to figure out how to access the script via JavaScript.
Right now I use a combination of JavaScript and PHP to handle the
existing databases so it would seem the same will be the case for
picture storage.


Your Javascript doesn't handle the databases, PHP does. JS on the client
may tell PHP to do it but it is PHP doing the work on the server.


Ciao . . . C.Joseph

And on the seventh day God said,
"I will rest . . . Murphy take over."
May 5 '06 #8
C.Joseph Drayton said the following on 5/5/2006 1:34 PM:
Randy Webb wrote:
C.Joseph Drayton said the following on 5/5/2006 10:09 AM:
<snip>
I suspect that however I choose to get those pictures, I will
use a combination of JavaScript and PHP to manipulate the
pictures. And that is fine, but whether to save them in a Database (which is an
odd sounding request) or in a file has nothing to do with JS.


Actually it is not really an odd question.


OK, for me it was. I have always saved them as files and been done with it.
I am use to using Clarion for web based databases, and I can save
them as a blob and have a template that converts the JPG to/from blob.
OK.
This is my first time working on a web site where I didn't use Clarion
for the database, and I am finding that I have to use JavaScript to talk
to PHP. I was simply trying to find out which would be easier.
It would be easier and more efficient to simply save the image files.
I was given a PHP script to handle the actual file saving, now I
need to figure out how to access the script via JavaScript.


<form action="saveImageFiles.php" ....>
<input type="file">
<input type="submit" value="Upload files">
</form>

Then the file gets submitted to the server, no JS needed.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
May 5 '06 #9
Randy Webb wrote:
C.Joseph Drayton said the following on 5/5/2006 1:34 PM:
Randy Webb wrote:
C.Joseph Drayton said the following on 5/5/2006 10:09 AM:
<snip>
I suspect that however I choose to get those pictures, I will
use a combination of JavaScript and PHP to manipulate the
pictures.
And that is fine, but whether to save them in a Database (which is an
odd sounding request) or in a file has nothing to do with JS.

Actually it is not really an odd question.


OK, for me it was. I have always saved them as files and been done with it.
I am use to using Clarion for web based databases, and I can save
them as a blob and have a template that converts the JPG to/from blob.


OK.
This is my first time working on a web site where I didn't use Clarion
for the database, and I am finding that I have to use JavaScript to talk
to PHP. I was simply trying to find out which would be easier.


It would be easier and more efficient to simply save the image files.
I was given a PHP script to handle the actual file saving, now I
need to figure out how to access the script via JavaScript.


<form action="saveImageFiles.php" ....>
<input type="file">
<input type="submit" value="Upload files">
</form>

Then the file gets submitted to the server, no JS needed.

Thanks Randy,

I will give it a try.

Ciao . . . C.Joseph

And on the seventh day God said,
"I will rest . . . Murphy take over."
May 5 '06 #10

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

Similar topics

2
by: Sirano | last post by:
Hello, I'll want automatic upload pictures from a specified folder to the internet with PHP code. Or does somebody know a Website where I could find an answer for this. Thanks, Sirano
5
by: xool | last post by:
Hi all Can anyone tell me the simplest easiest way to upload pictures to a directory. It's for a content management page - text boxes for new record information and a file browse form box for...
3
by: Gavin | last post by:
I need some help, I need the code to allow people that visit my website to be able to upload pictures to a file on my web server. I have been able to get close, but not quite there yet. Set fso...
1
slapshock
by: slapshock | last post by:
hi!!!!!! is someone up there can give me the codes of uploading and retrieving pictures in visual basic 6.0........... i really need those codes..........thnx
0
by: lyealain | last post by:
hi guys.. i have spent up my time looking and understanding the sample code from everywhere for uploading picture into mysql database by using asp script.. but i found it very hard to understand......
1
by: onye52000 | last post by:
Hi. I want to be able to change the text and pictures of a flash movie from a control panel on the same running flash movie. I will need to upload pictures on the movie with the necessary text...
1
by: WeCi2i | last post by:
Okay, I have a problem that has been stumping me for weeks. I have tried many different solutions and this is pretty much my last resort. I have seen a lot of good answers give here so I figured I...
44
by: badvoc | last post by:
Hi to all, Firstly I must state my knowledge of php is limited but I am a quick learner. I have taken on the task of finishing a friends website due to his untimely passing and have hit a problem...
3
by: Paul Brady | last post by:
I have two users, Andrew and Nancy, who each have their own computer and can connect to a common database called "employees.mdb" which resides on a network server. On that same network server,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...

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.