I want to use Multiple File Upload With JQGrid builtin Inline/popup Editing. User will supply some meta info and file. Meta info will go to DB and file will be saved on web server. I need to do this on Submit button. Any Suggestion/reference ?
相关问题
- What is the best way to do a search in a large fil
- Spring Integration - Inbound file endpoint. How to
- php--glob for searching directories and .jpg only
- Editing how file name is displayed in JComboBox wh
- how to create files under /WEB-INF/
相关文章
- What is the correct way to declare and use a FILE
- jqGrid Row Object in onSelectRow
- Making new files automatically executable?
- How to serialize data into indented json [duplicat
- Creating a custom file like object python suggesti
- Archive option greyed out in xcode 4.5.2
- Safari xhr drag'n'drop file upload seems t
- Sorting a data stream before writing to file in no
This question is a bit old, but if anyone gets it on google, here:
http://www.trirand.com/blog/?page_id=393/feature-request/file-upload-again/
Here's a demo by the JqGrid staff, based on the Ajax file upload plugin. It's a pretty simple script!
you have your grid.php:
and the Ajax file uploader (doajaxfileupload.php):