Computing.Net > Forums > Web Development > Browse File problem

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Browse File problem

Reply to Message Icon

Name: biya
Date: June 15, 2009 at 23:34:25 Pacific
OS: Windows XP
CPU/Ram: Intel(R) Core(TM) Duo2 CPU
Subcategory: Javascript/Ajax
Comment:

Hi

I am using a web application with Tomcat server and Eclipse.

Module Flow:

In my application am using 'Browse table' feature. In which, I have to
browse an Excel table and add the content with my old table.

The flow of the application is as follows.

1) Browse an Excel Table from the computer.
It displays all the sheets in Excel table.

2) Choose the appropriate sheet from the list.
It displays all the column names(field names) in the selected sheet
(excel table).

These two steps are important for implementing that feature.

Accessing from another computer:

I have implemented this feature in my application and is working fine
in my computer(say 'A' is my ip address).
I used this address for running my application.
"http://A:8080/filename.jsp".

The problem occurred when i access my application from another
computer(say 'B') using the same address("http://A:8080/filename.jsp")

All other features are working correctly except 'Browse table'.

It only displays the browsed filename. The sheets are not getting
displayed.

Problem:

The problem is when we browse an excel table from another computer(B),
it searches the table in my computer(A).

How to avoid this problem?

But i need to search in computer 'B' only or the computer from
which am running this application.

How to achieve this?



Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More






Use following form to reply to current message:

Login or Register to Reply
LoginRegister


Sponsored links

Ads by Google


Results for: Browse File problem

PHP connection to MySQL www.computing.net/answers/webdevel/php-connection-to-mysql/235.html

Problems opening .chm file www.computing.net/answers/webdevel/problems-opening-chm-file/2622.html

Problems uploading files on the web www.computing.net/answers/webdevel/problems-uploading-files-on-the-web/2784.html