PHP + SWFUpload - çerez ayarlandığında sorun

0 Cevap php

I have an upload system based on SWFUpload which calls PHP script. The problem is that in case of any problem with the uploaded file (too small image dimmensions, too short mp3 file etc) the system is supposed to throw an error, by setting the cookie with error message (this is the way the whole CMS handles errors). The problem is that cookie set by script which is called by SWFUpload doesn't seem to be visible back in browser ...

Bunun için herhangi bir çözüm var mı, yoksa ben veritabanı üzerinden hata mesajları geçmek zorunda mı?

0 Cevap