kyle0032
01-23-2012, 05:14 PM
Here is what I want to accomplish:
I am designing a Web Based App. There is a client side program that creates Export database files. I need to get the data out of these files and into my database (importing basically).
What do you think is the best way to do this?
I don't want the user to have to do anything except for push a button that imports any new files in the directory.
The files are small (1k - 6k)...Transmitting them to my webserver to work with them there is a viable option. Is there any way I can make a web page that will scan the local directory and upload all the files it finds to the web server so I can work with them there?
What language should I do this in? Do I need to build a client-side app that will upload the files instead?
THanks For any advice.
Kyle
I am designing a Web Based App. There is a client side program that creates Export database files. I need to get the data out of these files and into my database (importing basically).
What do you think is the best way to do this?
I don't want the user to have to do anything except for push a button that imports any new files in the directory.
The files are small (1k - 6k)...Transmitting them to my webserver to work with them there is a viable option. Is there any way I can make a web page that will scan the local directory and upload all the files it finds to the web server so I can work with them there?
What language should I do this in? Do I need to build a client-side app that will upload the files instead?
THanks For any advice.
Kyle