Uploading Photos...

belboz

New Member
Messages
4
Reaction score
0
Points
0
I am trying to set up my site so that I can allow for photos to be uploaded and viewed. Anyone have helpful ideas?

The FrontPage form I have set up seems to be working until it brings me to a screen saying "access denied" after asking for my password several times.

Ideally, the photo would be uploaded and automatically displayed on the screen with the user unaware as to where the file is saved.

Thanks...
 

Slothie

New Member
Messages
1,429
Reaction score
0
Points
0
You could always do that via a php script. If you really want them to be unaware of the file location, you could always save the file into a blob format (into the database) and output it later.

Failing to code your own, there are tonnes of free gallery scripts out there you can use.
 
Top