Advertisement
psi_mmobile

Untitled

Jun 8th, 2020
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. String encodedUploadFileName = uploadFileName;
  2. try {
  3. encodedUploadFileName = URLEncoder.encode(uploadFileName, Charset.forName("UTF-8").toString());
  4. } catch (UnsupportedEncodingException ue) {
  5. log.error(ue.getMessage(), ue);
  6. }
  7. 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