上傳的形式 我需要的是一個表單中的圖片上傳: <input type="file" id="files" name="pics[]" multiple />
<br>
<output id="list"></output>
我也讀了不少,包括: Image resizing client-side with JavaScript before upload to the server Sh
我一直在探索這個firebase存儲圖像上傳shenanigan。我卡住了。我如何去顯示上傳進度?我剛剛意識到使用狀態不是可行的方式,因爲我會一遍又一遍地調用setState。想法你會嗎? 我想我需要某種遞歸函數,但是我在哪裏調用它?我不能稱之爲承諾的內部嗎? // You'll need to set the rules to allow un-authed uploading however.