is there a way to draw a jpeg's fopen() handle straight to the screen without having to ever fwrite() it to the server?
or maybe a different way than fopen() of storing an image in a database and drawing it straight to the screen?
if i could do this then no one will have access to my art work except for the people that registered and logged into my site.
jpeg's fopen() handle draw straight to screen
Moderator: General Moderators
-
patnet2004
- Forum Newbie
- Posts: 14
- Joined: Sat Jul 19, 2003 3:26 am
- Location: Computer Desk
-
patnet2004
- Forum Newbie
- Posts: 14
- Joined: Sat Jul 19, 2003 3:26 am
- Location: Computer Desk
every web host i have ever used has accessible directories outside the web root for private files. Are you sure.
Do you upload your files to a specific directory on the server?
for e.g.
when i connect to my host i see these directories
conf
home
logs
public <------ this is the web root
security
so the directories above are below the web root.
Any host worth its weight in salt would have this feature.
Mark
Do you upload your files to a specific directory on the server?
for e.g.
when i connect to my host i see these directories
conf
home
logs
public <------ this is the web root
security
so the directories above are below the web root.
Any host worth its weight in salt would have this feature.
Mark
-
patnet2004
- Forum Newbie
- Posts: 14
- Joined: Sat Jul 19, 2003 3:26 am
- Location: Computer Desk