页面jsp代码为:
<input id="attachment_form_input" name="input" type="file" size="20"/>后台获取代码:
InputStream is = request.getInputStream(); 
ftp.storeFile(fileName, is);   现在的问题是保存到ftp中的值为空。