Heim >Backend-Entwicklung >PHP-Tutorial >as3 用fileReference.upload在火狐会出错。

as3 用fileReference.upload在火狐会出错。

WBOY
WBOYOriginal
2016-07-06 13:52:22930Durchsuche

如题,网上说是由于sessionid为空导致的,需要通过url传sessionid,那url应该怎样编写?
我试了把URLRequest改成http://localhost/file.php?phpsessid=test,服务端的file.php文件内添加了session_id($_POST['phpsessid']);session_start();结果还是不行,到底要怎样才行?

回复内容:

如题,网上说是由于sessionid为空导致的,需要通过url传sessionid,那url应该怎样编写?
我试了把URLRequest改成http://localhost/file.php?phpsessid=test,服务端的file.php文件内添加了session_id($_POST['phpsessid']);session_start();结果还是不行,到底要怎样才行?

之前写的一篇文章,你看下是否对你有帮助PHP之uploadify在框架中上传302错误的总结

i don't know what is the problem,i give up,it dosen't matter to me now.Maybe it was the php_ini block the url sending sessionid to server.

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn