Advertisement
psi_mmobile

Untitled

Dec 19th, 2019
418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.64 KB | None | 0 0
  1.             String fileName = request.getParameter("filePath");
  2.             String hidePathReportImages = "C:\\a_tech\\geofleet\\report_images\\";//image dir param = 1 (was 1)
  3.             String hidePathAttachedDocuments = "D:\\a_tech\\geofleet\\attached_documents\\"; //image dir param = 2 (was 2)
  4.             String hidePathObjectImagesProd = new File("..\\images\\new_layout\\vehicle_images\\").getCanonicalPath(); //image dir param = 3 (was 3 commented to be used on PROD)
  5.             String hidePathObjectImagesLocal = "D:\\TRAXXEO_APP_2019_CHECKOUT\\ViewController\\public_html\\images\\new_layout\\vehicle_images\\";//image dir param = 4 (was 3 for LOCAL)
  6.             String hidePathOcImageProd = new File("..\\images\\operation_center\\").getCanonicalPath(); //image dir param = 5
  7.             String hidePathOcImageLocal = "D:\\TRAXXEO_APP_2019_CHECKOUT\\ViewController\\public_html\\images\\operation_center\\"; //image dir param = 6
  8.             String hidePathReportImageLocal = "D:\\TRAXXEO_APP_2019_CHECKOUT\\ViewController\\public_html\\images\\operation_center\\report\\"; //image dir param = 7
  9.             String hidePathReportImageProd = new File("..\\images\\operation_center\\report\\").getCanonicalPath(); //image dir param = 8
  10.             String hidePathOcImageLocalExternal = "D:\\a_tech\\operation_center\\";// image dir param = 9
  11.             String hidePathVoImageLocalExternal = "D:\\TRAXXEO_APP_2019_CHECKOUT\\ViewController\\public_html\\images\\new_layout\\timesheet_logos\\";// image dir param = 10
  12.             String hidePathVoImageProd = new File("..\\images\\new_layout\\timesheet_logos\\").getCanonicalPath(); //image dir param = 11
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement