473,388 Members | 1,426 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,388 software developers and data experts.

photo gallery upload script

K.
Hello!

I would like to create php code for uploading photos into the server.
However, it would not be so easy script to create.
I would like to upload unlimited number of photos into the ftp server after
once clicking on "Browse" button. I mean such situation that I choose 20,
30, and some more number of photos, which I would like to upload on serve. I
would like not to break down a page when I would choose 20 photos which
every of them would be 4 MB sized. I would to imlemenet such code on my www
after loging and the access to the page would have only narrow group of
people (I mean my family). I wouldn`t like to solve this problem creating 20
input tags, because such solution is too easy and less funcional and making
tired after some time.
I would like also to create progress bar for just uploading photos.

Can you write me if such solution is possible to create on php + html if so
can you send me some examples?

Obviously, I wouldn`t like to give my ftp server parameters (host +
password), because some part of my family is not so bright with configuring
ftp connections on i.e. Total Commander client. I wouldn`t like to create
subaccount because my hosting company doesn`t give me such possibility. I
would like to create also script which would send me emails to the group of
people who have accounts to this page, but mail script is easy to implement.

Please give me the suggestions and solution examples of such scripts on php
+ html;.
Thank you in advance for help.
M.
Jul 16 '08 #1
3 1581
On Jul 16, 3:39*am, "K." <halinaciern...@poczta.onet.plwrote:
Hello!

I would like to create php code for uploading photos into the server.
However, it would not be so easy script to create.
I would like to upload unlimited number of photos into the ftp server after
once clicking on "Browse" button. I mean such situation that I choose 20,
30, and some more number of photos, which I would like to upload on serve.. I
would like not to break down a page when I would choose 20 photos which
every of them would be 4 MB sized. I would to imlemenet such code on my www
after loging and the access to the page would have only narrow group of
people (I mean my family). I wouldn`t like to solve this problem creating20
input tags, because such solution is too easy and less funcional and making
tired after some time.
I would like also to create progress bar for just uploading photos.

Can you write me if such solution is possible to create on php + html if so
can you send me some examples?

Obviously, I wouldn`t like to give my ftp server parameters (host +
password), because some part of my family is not so bright with configuring
ftp connections on i.e. Total Commander client. I wouldn`t like to create
subaccount because my hosting company doesn`t give me such possibility. I
would like to create also script which would send me emails to the group of
people who have accounts to this page, but mail script is easy to implement.

Please give me the suggestions and solution examples of such scripts on php
+ html;.
Thank you in advance for help.
M.
Give me $375.99 I'll let u know the solution.
Jul 17 '08 #2
K. wrote:
Hello!

I would like to create php code for uploading photos into the server.
However, it would not be so easy script to create.
I would like to upload unlimited number of photos into the ftp server after
once clicking on "Browse" button. I mean such situation that I choose 20,
30, and some more number of photos, which I would like to upload on serve. I
would like not to break down a page when I would choose 20 photos which
every of them would be 4 MB sized. I would to imlemenet such code on my www
after loging and the access to the page would have only narrow group of
people (I mean my family). I wouldn`t like to solve this problem creating 20
input tags, because such solution is too easy and less funcional and making
tired after some time.
I would like also to create progress bar for just uploading photos.

Can you write me if such solution is possible to create on php + html if so
can you send me some examples?

Obviously, I wouldn`t like to give my ftp server parameters (host +
password), because some part of my family is not so bright with configuring
ftp connections on i.e. Total Commander client. I wouldn`t like to create
subaccount because my hosting company doesn`t give me such possibility. I
would like to create also script which would send me emails to the group of
people who have accounts to this page, but mail script is easy to implement.

Please give me the suggestions and solution examples of such scripts on php
+ html;.
Thank you in advance for help.
M.
It can't be done the way you describe with HTML. Each FILE input
element only accepts a single file. If you want to be able to send 20
files, you need 20 FILE input fields. And you'll have to browse for
each one, unfortunately.

And you won't be able to access the client computer from other controls,
due to the browser's security restrictions.

If you're going to want something like this, you'll need to install
something client side. Then you can do whatever you want. But it
wouldn't be PHP, unless you want to force them to install a PHP
interpreter on each computer.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================

Jul 18 '08 #3
MZ

Uzytkownik "ThanderMaX" <an***********@gmail.comnapisal w wiadomosci
news:1e**********************************@s21g2000 prm.googlegroups.com...
On Jul 16, 3:39 am, "K." <halinaciern...@poczta.onet.plwrote:
Hello!

I would like to create php code for uploading photos into the server.
However, it would not be so easy script to create.
I would like to upload unlimited number of photos into the ftp server
after
once clicking on "Browse" button. I mean such situation that I choose 20,
30, and some more number of photos, which I would like to upload on serve.
I
would like not to break down a page when I would choose 20 photos which
every of them would be 4 MB sized. I would to imlemenet such code on my
www
after loging and the access to the page would have only narrow group of
people (I mean my family). I wouldn`t like to solve this problem creating
20
input tags, because such solution is too easy and less funcional and
making
tired after some time.
I would like also to create progress bar for just uploading photos.

Can you write me if such solution is possible to create on php + html if
so
can you send me some examples?

Obviously, I wouldn`t like to give my ftp server parameters (host +
password), because some part of my family is not so bright with
configuring
ftp connections on i.e. Total Commander client. I wouldn`t like to create
subaccount because my hosting company doesn`t give me such possibility. I
would like to create also script which would send me emails to the group
of
people who have accounts to this page, but mail script is easy to
implement.

Please give me the suggestions and solution examples of such scripts on
php
+ html;.
Thank you in advance for help.
M.
Give me $375.99 I'll let u know the solution.
I got the solution for $0 :)
Polish php groups gave me the answer.
The solutions is: SWFUpload:)

M.

Jul 19 '08 #4

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

Similar topics

10
by: matt | last post by:
I have this code, works perfectly on Windows server, but now i'm trying to run it on a Linux server, the form submits, i get no errors, but the photo doesnt upload, and the caption file doesnt...
5
by: fraser | last post by:
Hi, I have a photo gallery with cat photos here http://mouserspage.cjb.net From the beginning, I have been making each page of thumbnails, with a separate page for each photo, entirely in...
5
by: bob garbados | last post by:
I am trying to create a database-driven photo gallery for a friend with an admin form to upload images... I can upload a file to the web server, but I want to store the image in a database and I...
3
by: bob garbados | last post by:
I'm looking for thoughts on photo galleries and security/performance implications... I'm working on an asp.net site in vb that will include an updateable photo gallery that will display thumbnails...
13
by: Viken Karaguesian | last post by:
Hello everyone, Can anyone recommend a good online site to learn PHP? The W3Schools website is quite lacking - leaves much to be desired. I'm sure there are many places, but which ones are good?...
1
by: Throw | last post by:
G'day everyone I'm looking for a simple photo gallery script in PHP (or Perl), but not too simple. I have tried several photo gallery scripts in either language and I have found that they are...
3
by: Manish | last post by:
I am developing a photo gallery. 1. The user will be able to upload the photo a) Edit the photo using various GD library functions viz. flip, rotate, ... 2. AJAX is implemented in a small...
6
by: mdg | last post by:
Hi everyone. I'm having trouble finding something. If I can't find it, I could bumble my way through writing something, but I thought I'd check around first. I am looking for a php script or...
1
by: cumupkid | last post by:
II am trying to create a form that will allow me to upload photos to a folder in the site root directory and add the information to the mysql db at the same time. I have created two forms, one...
3
by: premprakashbhati | last post by:
hi, good evening.. i am going to upload an image in a web form .....for that iam using HTML input(file) control and one web control button i.e., Upload_Button() here is the code ...its work fine...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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...
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...
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...

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.