Loading...

讓圖片上傳前先產生預覽

Temperature: 0 °C

ChungChung
author_tools

專案需要,上傳圖片至網站時先產生預覽圖~

參考了stackoverflow.com裡討論的的方式Url link

但因為需要同時上傳多個圖,因此改了一下用法,順便紀錄下來~
CSS部份

body { background: #efefef; color: #a3aa8c; } img { max-height: 100px; max-width: 100px; margin: 0 5px; }

Script部份
function readURL(input,kk) {
            if (input.files && input.files[0]) {
                var reader = new FileReader();
 
                reader.onload = function (e) {
                    $('#blah'+kk).attr('src', e.target.result);
                }
 
                reader.readAsDataURL(input.files[0]);
            }
        }

Html部份
<form action="#" method="post" name="Reportform" id="Reportform" enctype="multipart/form-data">
<div><input type="file" name="f[]" onchange="readURL(this,1);" /> <img id="blah1" src="#" alt="show image" /></div>
<div><input type="file" name="f[]" onchange="readURL(this,2);" /> <img id="blah2" src="#" alt="show image" /></div>
<div><input type="file" name="f[]" onchange="readURL(this,3);" /> <img id="blah3" src="#" alt="show image" /></div>
</form>

另外也可使用
URL.createObjectURL() 

的方式

讓圖片上傳前先產生預覽

屏東縣內埔鄉東寧村勝利路 Go

https://innstory.com/story-讓圖片上傳前先產生預覽-707
寫程式筆記

Prev
 檳城美食系列紅豆霜

Next
雞蛋花 

Nearby Attractions

屏東縣內埔鄉東寧村勝利路-Nearby Attractions

  • 「清朝下淡水營」遺構 Go
  • 涼山遊憩區 Go
  • 新北勢庄東柵門 Go
  • 六堆天后宮 Go
  • 豐田老街 Go
  • 六堆客家文化園區 Go

About the Author

Chung

我是chung
網路工作者
主業是網站系統開發建置
副業是做夢,寫故事
作品請參考/teme.biz
做夢請參考/innstory.com
聯絡/chung.teme@gmail.com

#有人用筆寫日記,有人用歲月寫日記,有人用照片寫日記,而我,用innstory寫日記。

Visitor message

Leave some footprints to prove that you visited me

Recommended reading

Author's other related stories

PHP取得檔案路徑及檔案名稱

PHP取得檔案路徑及檔案名稱...

例如我有一支檔案是放在根目錄下的demo資料夾中,檔案名稱為test.php 、首先取得目前網頁的檔...

解決手機瀏覽器上點擊輸入框放大問題

解決手機瀏覽器上點擊輸入框放...

開發RWD的網站已經是趨勢,主要也是因為手機用戶實在是太多 但在過程中一直有個問題困擾著我.... ...

PHP使用GD函數切正方形圖像

PHP使用GD函數切正方形圖...

基本上大都是等比例將圖片上傳.... 但有時也會有需要正方形邊長的圖像需求 這時候還是得靠GD函式了...

Recommended reading

Other stories happened at this address

學人精

學人精

堂弟的小孩跑到我面前叫了我一聲阿伯(客語發音)。 U也跟著跑來叫了我一聲阿伯(客語發音)。 真心覺得...

我的人生手稿-蕭老爹的故事

我的人生手稿-蕭老爹的故事

年除夕一早,收到了一份禮物,大姨丈的第一本書。 大姨丈對我來說一直都是一位和藹可親的長輩,他的臉上總...

沒看見冰雹
但雨過天晴

沒看見冰雹 但雨過天晴

沒看見冰雹 但雨過天晴

很久沒回家晚餐了爸爸今天親自下廚直說人多吃飯熱鬧

很久沒回家晚餐了爸爸今天親自...

很久沒回家晚餐了爸爸今天親自下廚直說人多吃飯熱鬧

嘗試用CSS畫圖

嘗試用CSS畫圖

一直想為innstory設計的房子圖案,為了讓瀏覽速加快,最後還是決定用CSS 完成 a 用CSS畫...

我ㄟ頭家娘~

我ㄟ頭家娘~

勇敢且善良,是我對母親的認識..... 早期農業社會的年代,在家中人口眾多的環境下,她並沒有受過高等...

Please select an option

error

Hi, thank you for your participation, but you cannot vote repeatedly~

Join innstory now and start recording your story.

"Innstory" is a place to store stories. We are committed to becoming a warm platform. Deepening the bonds between people is our direction.
We are convinced that the blockchain between people is not just a cold calculation. Join us now.

Wrong format