Connecting Tech Pros Worldwide Forums | Help | Site Map

photo gallery upload script

K.
Guest
 
Posts: n/a
#1: Jul 16 '08
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.



ThanderMaX
Guest
 
Posts: n/a
#2: Jul 17 '08

re: photo gallery upload script


On Jul 16, 3:39*am, "K." <halinaciern...@poczta.onet.plwrote:
Quote:
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.
Jerry Stuckle
Guest
 
Posts: n/a
#3: Jul 18 '08

re: photo gallery upload script


K. wrote:
Quote:
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.
jstucklex@attglobal.net
==================

MZ
Guest
 
Posts: n/a
#4: Jul 19 '08

re: photo gallery upload script



Uzytkownik "ThanderMaX" <aniruddha.aot@gmail.comnapisal w wiadomosci
news:1e38f691-fa83-4f59-a207-b68ff20abdfe@s21g2000prm.googlegroups.com...
On Jul 16, 3:39 am, "K." <halinaciern...@poczta.onet.plwrote:
Quote:
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.

Closed Thread