|
Posted by Steve Cook on 04/03/06 05:11
In regard to the application, it is a photo upload and processing
application. It uses a Macromedia Flash SWF to manage the execution of
three separate php files.
Specifically, one file uploads, one file inserts into a MySQL database,
and one file resizes the images for screen resolution; I have to keep
these files separate because of processing time limitations imposed by
my web host.
In regard to the session access from Firefox, why then will the pages
in IE correctly append the $_SESSION['username'] to the the filename
data? The three PHP ppages in question pure PHP, so they should not be
subject to browser compatibility issues.
All I know is the entire application works flawlessly in IE yet, it
stumbles in Firefox. Is this a Firefox issue or a PHP issue? How can
I fix it?
Navigation:
[Reply to this message]
|