Is it possible to read in a text file from a client machine without uploading to the server.
We currently have comma delimited files sent via email to one person who then imports the files into the MS SQL SERVER Database because our agents don't have access to internal systems.
They do have access to the website. Could we have them submit a text file to a page using CFFILE without uploading to the server which is then in turn parsed and inserted into the database? We have very limited space on our Shared Web Environment.
We currently have comma delimited files sent via email to one person who then imports the files into the MS SQL SERVER Database because our agents don't have access to internal systems.
They do have access to the website. Could we have them submit a text file to a page using CFFILE without uploading to the server which is then in turn parsed and inserted into the database? We have very limited space on our Shared Web Environment.