Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sugarmelo

    Change the filepath

    i found the answer so dont bother. thanks cheers.
  2. sugarmelo

    Change the destination of the file

    i found it so dont bother. Thanks cheersxxxxx
  3. sugarmelo

    Change the filepath

    Hello, I have the following as a part of my jsp file: String saveFile = file.substring(file.indexOf("filename=\"") + 10); saveFile = saveFile.substring(0, saveFile.indexOf("\n")); saveFile = saveFile.substring(saveFile.lastIndexOf("\\") + 1,saveFile.indexOf("\"")); int lastIndex =...
  4. sugarmelo

    Change the destination of the file

    Hello, everyone I have a common question but i havent manage to solve it. the last part of my jsp file is: FileOutputStream fileOut = new FileOutputStream(saveFile); fileOut.write(dataBytes, startPos, (endPos - startPos)); fileOut.flush(); fileOut.close(); in the FileOutputStream before...

Part and Inventory Search

Back
Top