Add multiple photo upload

This commit is contained in:
San Wai Lwin
2018-03-19 18:35:59 +06:30
36 changed files with 391 additions and 93 deletions

View File

@@ -0,0 +1,6 @@
# Place all the behaviors and hooks related to the matching controller here.
# All this logic will automatically be available in application.js.
# You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/
jQuery ->
$('#new_display_image').fileupload
dataType: "script"