Search found 1 match

by kippa
Mon Dec 01, 2008 9:20 pm
Forum: JFileUpload
Topic: PHP Session and applet_http.js
Replies: 0
Views: 6982

PHP Session and applet_http.js

Hi, I had a problem with the php server-side script (process.php) used in the applet_http.js: it couldn't read the session variables. how the jfileupload support suggest me, the simplest thing to do is tranform the .js in applet_http.js.php. just add: <? $sid="PHPSESSION=".session_id(); ?> ....... d...