본문 바로가기

카테고리 없음

imageshack 업로드 버튼을 달아보자!

Add imageshack upload form to your site!
<form method="post" action="http://post.imageshack.us/" enctype="multipart/form-data">
<input type="hidden" name="uploadtype" value="1">
          <input type="file" name="fileupload" size="58" style="height:22px; border:1px #c7c7c7 solid; margin-bottom:10px;" id="fileupload">
 <input type="submit" value="업로드" />
  <input type="hidden" name="MAX_FILE_SIZE" value="13145728">
  <input type="hidden" name="refer" value="">
  <input type="hidden" name="brand" value="">
  <input type="hidden" name="optimage" id="optimage" value="resample">
</form>
위의 코드를 복사하셔서 넣으실곳에 붙여넣어보세요...