Another thought,

if the sql*loader has to run on the DB server machine, ftp the files (*.csv) to the DB macine. Then invoke the "rsh" on the webserver to call the shell program (which has the sqlldr) on the DB server.

I don't know whether its the correct solution, but I believe "rsh" can invoke commands (such as sqlldr) on another machine.