im trying to use SWFUpload with CakePHP and it works perfectly locally, but on the remote server im getting 404 errors?? here are the access logs from the remote server.. as you can see the exact same URL works the first time, but when called from Shockwave it gets that 404??
124.188.193.175 - - [12/Jul/2007:19:51:25 +1000] "GET /uploads/upload HTTP/1.1" 200 5381 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en- US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4" 124.188.193.175 - - [12/Jul/2007:19:51:25 +1000] "GET /uploads/upload HTTP/1.1" 200 5198 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en- US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4" 124.188.193.175 - - [12/Jul/2007:19:51:25 +1000] "GET /js/swfupload/ SWFUpload.js HTTP/1.1" 200 8307 "http://2.istats.com.au/uploads/ upload" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4" 124.188.193.175 - - [12/Jul/2007:19:51:26 +1000] "GET /js/ swfupload_callbacks.js HTTP/1.1" 200 1157 "http://2.istats.com.au/ uploads/upload" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv: 1.8.1.4) Gecko/20070515 Firefox/2.0.0.4" 124.188.193.175 - - [12/Jul/2007:19:51:26 +1000] "GET /js/swfupload/ SWFUpload.swf HTTP/1.1" 200 1954 "http://2.istats.com.au/uploads/ upload" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4" 124.188.193.175 - - [12/Jul/2007:19:51:26 +1000] "GET /images/icons/ browse.png HTTP/1.1" 200 1193 "http://2.istats.com.au/css/istats.css" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4) Gecko/ 20070515 Firefox/2.0.0.4" 124.188.193.175 - - [12/Jul/2007:19:54:39 +1000] "POST /uploads/upload HTTP/1.1" 404 3678 "-" "Shockwave Flash" On Jul 10, 2:10 pm, Vladimir <[EMAIL PROTECTED]> wrote: > $lang = $this->Session->read('Config.language'); > $this->Session->del('Config'); > // keep selected language for i18n in session > $this->Session->write('Config.language', $lang); > > On Jul 8, 3:52 am, NicoE <[EMAIL PROTECTED]> wrote: > > > Hello everybody. > > I am using SWFUpload with CakePHP (based on the article written by > > James Revillini) and I have some problems regarding session issues. > > After uploading a file, the current session gets deleted. I have > > already read some articles about this problem and found that CakePHP > > handles sessions differently. > > > Any ideas? > > > Regards! > > > Nicolas.- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
