tags:

views:

96

answers:

1

What I need is a method to display a graph of data from a tab delimited file uploaded to a website. Once the file is uploaded the program will convert the data to a graph or the graph be generated locally and sent to website, but it needs to be automated and in realtime.

Thanks,

Antone

+1  A: 

Your question is rather broad.

The answers to these questions usually depend upon what sort of programming framework you will be using for your website. For example, PHP has some native libraries to generate graphs based on submitted data in multiple formats. But that may not be what you are looking for and using something like dojo or ExtJS might be better. Or if you are a Java/JSP person, then there are lots of frameworks that can handle this. Of course .NET might be better. I am sure the Python and Ruby folks have their own thoughts as well and then of course there is Delphi.

Kitson
thanks - for the reply, any solution I can work with the script does not matter. OK so PHP sounds fine to me. I hate java way to slow but I can deal with it, but like the PHP idea better. Can you give me specifics. Read my next comment and I will tell you more.
Antone
So, If I use PHP, then the script will create the graph from the TDF locally and upload the file to the website?
Antone
OK done - thanks for the help it works great!
Antone