Gordoweb33
Programmer
Hi All,
Any help that any of you out there can give me will be greatly appreciated.
Here's my situation, I have software package under development and one of the features we want to be able to include is the ability to configure a web page by making choices within the program and selecting graphics and entering text into the program. Then following a mouse click on a button our program will open a browser to a specified receiving page passing the information as parameters in the following fashion: list> (that is not the actual name of the site and apologies if it happens to be a real site name). However, here is my problem, up to 5 of these parameters are going to be full path and filenames to files that have to be uploaded and moved successfully to the appropriate location on the server. The calling program is an application that we've developed in visual foxpro and the file names will include the locations on the hard drive local to the application. The other parameters are going to be typical text strings only and I don't see a problem with passing them, the big trick is getting the files up there to the web server without actually having to have the user do any more work then was already done in our app.
Does anybody out there think that this can be accomplished, and if so do any of you have an idea of how to do it? Thanks very much for any help.
Gordoweb33
Any help that any of you out there can give me will be greatly appreciated.
Here's my situation, I have software package under development and one of the features we want to be able to include is the ability to configure a web page by making choices within the program and selecting graphics and entering text into the program. Then following a mouse click on a button our program will open a browser to a specified receiving page passing the information as parameters in the following fashion: list> (that is not the actual name of the site and apologies if it happens to be a real site name). However, here is my problem, up to 5 of these parameters are going to be full path and filenames to files that have to be uploaded and moved successfully to the appropriate location on the server. The calling program is an application that we've developed in visual foxpro and the file names will include the locations on the hard drive local to the application. The other parameters are going to be typical text strings only and I don't see a problem with passing them, the big trick is getting the files up there to the web server without actually having to have the user do any more work then was already done in our app.
Does anybody out there think that this can be accomplished, and if so do any of you have an idea of how to do it? Thanks very much for any help.
Gordoweb33