Slattery, Tim - BLS wrote:
What you suggest won't actually sent the file, Time. The value of the file must be given to the browser. We want what thisAs a result, the value being sent with file is not really the name of the file, but, rather, the location of the file combined with the x and y coordinates of the place the button was clicked. I could do a work around with this in the model. But that particular relationship between the view and the model should be, I think, avoided if at all possible. Clearly you know how to do this. I don't see what you are doing, because I am abysmally ignorant of JavaScript.
And I cannot understand what it is that you want.
<form method="get" action="tim.jsp" enctype="multi-part/form"> <input type="file" name="browse"> <input type="image" name="submit" src="submit.gif"> </form>
does but with a look that does not include the automatic browse button. Your code just gives us a way to submit but won't work because it won't upload a file. We have the file actually uploaded.
Are we being clear now? Thanks, again! With your assistance, I am sure we can solve this. This problem is recurrent and, I think, important.
Michael McGrady
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]