config.js 566 Bytes
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
var rootpath = 'D:\\EnterprisePT\\myHrAppServer\\webapps\\DHAS\\hrAppWeb.war\\EXAM'
var pathfile = {
  images: rootpath+'\\UPLOAD\\PICTURE',
  audio: rootpath+'\\UPLOAD\\AUDIO',
  pairpicture: {
    left: rootpath+'\\UPLOAD\\PAIRPICTURE\\LEFT',
    right: rootpath+'\\UPLOAD\\PAIRPICTURE\\RIGHT',
    lefttext: rootpath+'\\UPLOAD\\PAIRTEXTANDPIC'
  }
}

var viewproperty = {
  images: '/UPLOAD/PICTURE',
  audio: 'UPLOAD/AUDIO',
  pairpicture: {
    left: 'UPLOAD/PAIRPICTURE/LEFT',
    right: 'UPLOAD/PAIRPICTURE/RIGHT',
    lefttext: 'UPLOAD/PAIRTEXTANDPIC'
  }
}