Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 629497
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T19:45:09+00:00 2026-05-13T19:45:09+00:00

I am developing an application using JSF in Eclipse IDE with Derby as database.

  • 0

I am developing an application using JSF in Eclipse IDE with Derby as database. I have a feature to upload files to the database. But the file name is getting stored as “C:\Documents and Settings\Angeline\Desktop\test.txt” instead of “test.txt”. How do I get to store only “test.txt” as file name in the database?

This is my code in JSF:

 File to Upload:

<t:inputFileUpload id="fileupload" value="#{employeeBean.upFile}" storage="file"/>

Java Bean Code:

 String fileName=upFile.getName();

The value of this fileName=C:\Documents and Settings\Angeline\Desktop\test.txt.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T19:45:10+00:00Added an answer on May 13, 2026 at 7:45 pm
    lastSlashIndex = name.lastIndexOf("\\");
    if (lastSlashIndex == -1) {
        lastSlashIndex = name.lastIndexOf("/"); //unix client
    }
    String shortName = name;
    if (lastSlashIndex != -1) {
        shortName = name.substring(lastSlashIndex);
    }
    

    Note that if the filename on *nix contain a \ this won’t work.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am developing a web application using JSF and JPA(Eclipse link). I have two
I am developing a Java Web Application using JSF 2.0. Users can upload files.
I am developing a web application using JSF on Netbeans 7.0. I have created
I am developing application using phonegap in eclipse for android .I have created folder
I'm developing a web application with JSF 2.0 on the IDE Eclipse Indigo (the
I'm developing a web application using Java EE6 and JSF 2.0. I have a
I am developing simple application using JSF with richfaces. I want to upload folder(select
I`m developing a application using gtkmm with eclipse. While I could have setup gtkmm
I am developing a Java Web Application using JSF, Spring and Hibernate. I need
I'm developing application using backbone.js & jquery. I have following code in model: runReport:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.