Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- String encodedUploadFileName = uploadFileName;
- try {
- encodedUploadFileName = URLEncoder.encode(uploadFileName, Charset.forName("UTF-8").toString());
- } catch (UnsupportedEncodingException ue) {
- log.error(ue.getMessage(), ue);
- }
- String urlPath = "http://docanalysis.traxxeo.com/FromPath?path=D:/a_tech/geofleet/attached_documents/" + encodedUploadFileName;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement