Skip to content

Implemented so that images can be saved on the server without duplication of images in php language.

Notifications You must be signed in to change notification settings

delight-HK3/Insert_image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Insert image

사용한 프레임워크 : codeIgniter 3, bootstrap 4
사용한 언어 : php5, css3, javascript
사용한 DB : MariaDB
사용한 DBMS : MySQL
사용한 서버 : Debian Linux server
사용한 Tool : Visual Studio Code
테스트한 OS : Debian Linux


주의사항

  • codeIgniter3 에서 Index 죽이기 작업을 하고 진행했습니다. 위의 코드를 실행시키려면 먼저 Index 죽이기 작업을 하셔야 합니다.
  • index.php remove 방법 블로그 글
  • my 폴더는 아래의 이미지처럼 위치 해야 합니다.

DB 설계




제작한 목적 : 파일 업로드 관련하여 코드를 제작하던 중 문득 파일의 이름이 중복되면 어떻게 해야 하나 생각했습니다, 그래서 여러 가지 방법을 시도해보았지만 빈 테이블 행을 하나 만든 후 그 안에 나중에 값을 넣는 방식으로 해보니 다행히 이미지이름의 중복성도 사라지고 서버의 공간도 어느 정도 절약할 수 있었습니다.


Insert notice 설명 포스트

About

Implemented so that images can be saved on the server without duplication of images in php language.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published