For Programmers: Free Programming Magazines  


Home > Archive > PHP DB > November 2004 > RE: [PHP-DB] Question on Files&Sessions









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author RE: [PHP-DB] Question on Files&Sessions
Trevor Gryffyn

2004-11-19, 3:56 pm

How are you storing the file in your PHP code?

If it'll fit in a variable, it should be able to be stored in $_SESSION.

This might mean using serialize() and unserialize().

Although someone may have a better way of doing this. It seems to me
that storing an entire file in a variable is going to be cumbersome on
your server. You might try storing the file name and path or something:

C:\somepath\somefilename.ext


Someone probably has a better way to do this, but those are my initial
thoughts.. Without much experience having to do something like this with
files and without knowing more about your situation.

-TG



> -----Original Message-----
> From: Kathy_A_Wright@Keane.com [mailto:Kathy_A_Wright@Keane.com]=20
> Sent: Friday, November 19, 2004 11:46 AM
> To: php-db@lists.php.net
> Subject: [PHP-DB] Question on Files&Sessions
>=20
>=20
> Can you hold a file in a session? I am trying to send a=20
> file to a third page and it won't seem to work sending
> it in a session. Does anyone know how to do this?
>=20
> Thanks
>=20
>=20
> Kathy A Wright | Keane Inc. | Suite:=20
> Outside: 617-517-1706 | E-mail: kwright@keane.com
> [ Mailing: 100 City Sq. Charlestown, MA 02129 USA ]
>=20

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com