Click here to Skip to main content
15,886,788 members

Comments by Matchlighter (Top 36 by date)

Matchlighter 6-Feb-12 13:20pm View    
VB.Net has similar DOM functions, so I know how to get that far. However, The input type 'file' does not use the value attribute, as noted here http://www.w3schools.com/tags/att_input_value.asp
Matchlighter 3-Feb-12 14:34pm View    
Sorry, I should have clarified that. I have access to the upload form, but not the server side ASP scripts that handle the uploads.
Matchlighter 3-Feb-12 14:33pm View    
I know where the file is, but I don't know how to set the File 'Element' in the webform to it. Is there an attribute I can set or something similar?
Matchlighter 3-Feb-12 2:54am View    
I should have said that I don't have full access to the server to change the script so it supports batch uploads. I do have access to the upload form, which looks like this: http://bit.ly/xvGg7o
Matchlighter 2-Dec-11 14:55pm View    
I have read that the SendMessage function has a 16-bit limit. Is that anything to worry about?