Hi rahulgsp83,
I think that this explanation is much clearer, did you look at the code in the link I provided in my previous post? You could set this up as an example on your server to see how it prompts users to for a file to upload from their local machine to a server. Once you are happy with how that is working you could either integrate the functionality with the existing CMS code, or maintain this as a separate script.
Hope this helps,
Martin
| [reply] |
Your understanding of the word 'import' is incorrect.
I import when *I* take a file from somewhere and (usually) load it to some environment. A network connection is not implied. Example usage: I imported a log file into my spreadsheet program.
I download when *I* transfer a file from somewhere to a local file system over a network connection. Example usage: I downloaded the perl module from CPAN.
I'm not trying to be the language police, but your use of caps lock on words that don't fit, combined with gradually explaining the problem post by post instead of up top where it belongs, doesn't help. As it stands now, all your users are importing local files into a local cms system on their local server, because there is no upload (and as such, no download) taking place. | [reply] |