Is it possible to imbed a file in an HTML form (hidden field?) so that the action script accepts it as if it were a file sent from the client? I've tried using enctype=multipart/form-data and putting the file as a value of an input tag with the correct name but it wasn't accepted. Thanks.