Connecting Tech Pros Worldwide Forums | Help | Site Map

Album Javascript

Hannes
Guest
 
Posts: n/a
#1: Jun 27 '08
Hi,

I know a little bit of javascript.
What do i want to achieve. (I mean that i don't want the full code)
First, The client must be able to upload photos by himself.

So what do i want.
If the client uploads a folder, my Javascript must detect by itself
how many folders.
Then it have to create by itself, links or whatever to each of these
folders.

And again.
In those folders the javascript again have to count all the pictures
in the folders by itself and display them in a slideshow or something
like that.


Who can help me, or show me a decent tutorial?


Greetz
Hannes

Erwin Moller
Guest
 
Posts: n/a
#2: Jun 27 '08

re: Album Javascript


Hannes schreef:
Quote:
Hi,
>
I know a little bit of javascript.
What do i want to achieve. (I mean that i don't want the full code)
First, The client must be able to upload photos by himself.
>
So what do i want.
If the client uploads a folder, my Javascript must detect by itself
how many folders.
AFAIK: You cannot upload folders, only files.

Quote:
Then it have to create by itself, links or whatever to each of these
folders.
>
And again.
In those folders the javascript again have to count all the pictures
in the folders by itself and display them in a slideshow or something
like that.
>
>
Who can help me, or show me a decent tutorial?

Javascript doesn't handle fileuploads.
Uploaded files go to some server that accepts them (or reject, depending
on the script that handles the upload.).

You need a decent tutorial about SERVERSIDE scripting, not JavaScript
(which is clientside most of the time.).

PHP is a relative easy serverside language to learn.

Regards,
Erwin Moller
Quote:
>
>
Greetz
Hannes
Closed Thread