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