you need to make sure that your webserver supports file uploads, and then you'll need to take a look at where the file gets transfered to.. (in PHP it gets uploaded to the TEMP folder and needs to get moved after).. -Sean