by default valums ajax uploader uploaded creates a button for you. clicking the button opens "file explorer". once a file is selected it automatically uploads it for you. However I would like to have "<input id="fileUpload" type="file" />
" and th开发者_如何学Goen a button underneath that would say "upload". Then clicking on the button would upload the file. I know it's doable but i can't figure it out. please help. thanks
The jQuery form plugin might work better for you. http://jquery.malsup.com/form/#file-upload
精彩评论