0
這裏是我的臨時存儲代碼是PHP的內部,它不是在laravel控制器臨時存儲沒有Laravel工作
這是一個視圖中工作:
echo "<script>localStorage.setItem('filename', 'key.pdf');</script>";
$newval = "<script>document.write(localStorage.filename);</script>";
Input::file('salesconformation')->move($destinationPath,$newval);
$desPathimg=public_path()."assets/uploads/home/".$newval;
我不能能夠存儲文件,
在拿$ a的值的newval並存儲,它顯示了錯誤
Could not move the file "C:\xampp\tmp\phpAB6A.tmp" to "C:\xampp\htdocs\wrp\public/assets/uploads/home\script>"()
我在做什麼錯誤?
是否Laravel不支持localstoage?
「prettyPrint」在哪裏使用?它不在您發佈的代碼中。 – GillesC 2014-11-25 09:49:28
我甚至使用漂亮的打印庫作爲<腳本src =「https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js」> – 2014-11-25 09:50:40
好像看起來這樣的錯誤是由一些代碼嘗試使用'prettyPrint',但找不到它,所以問題就在那裏。 – GillesC 2014-11-25 09:52:00