Hello all,
I am developing an application that will send via a url querystring a path to a file for upload to a webpage. (example: The path will have spaces because it will be sending files from the users my documents folder, right now I am just using STRTRAN to replace spaces with "%20", but would like to know if there is some built in routine or if someone knew of one that I could use for url parsing.
Any help is greatly appreciated......
I am developing an application that will send via a url querystring a path to a file for upload to a webpage. (example: The path will have spaces because it will be sending files from the users my documents folder, right now I am just using STRTRAN to replace spaces with "%20", but would like to know if there is some built in routine or if someone knew of one that I could use for url parsing.
Any help is greatly appreciated......