mattstratton / xela

A webapp for tracking sponsorship, speaking, and cfps for events.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhance image upload feature

mattstratton opened this issue · comments

A few things that need to be done:

  • Images should be renamed with a SHA hash for uniqueness; there's no need to store them according to their name (since those things might change and also there might be duplication of image names)
  • Validate that the files are gif, png, or jpg/jpeg file extensions