My problem is that I have a free hosting service, which allows the use of Perl CGI, but it does not seem to be possible to use the CGI.pm library files. Instead, the site provides you with alternative library files.
I need to write a script which uploads a picture file into a folder of my subdomain, and all the scripts which do this require CGI.pm's upload() function. I, of course have no access to this function and the alternative library file that the hosting company gives lack such a function.
How can I get round this problem, and write a script which uploads a picture without use of CGI.pm?
Many thanks in advance.
I need to write a script which uploads a picture file into a folder of my subdomain, and all the scripts which do this require CGI.pm's upload() function. I, of course have no access to this function and the alternative library file that the hosting company gives lack such a function.
How can I get round this problem, and write a script which uploads a picture without use of CGI.pm?
Many thanks in advance.