LPology / Simple-Ajax-Uploader

Javascript file upload plugin with progress bar support. Works in all major browsers, including IE7+, Chrome, Firefox, Safari, and Opera. No dependencies - use it with or without jQuery.
995 stars 267 forks source link

upload file image and document #133

Open ariefugi opened 8 years ago

ariefugi commented 8 years ago

hi, i have some questions, how to upload 2 files with different type of file, example :

```

<div class="clearfix">&nbsp;</div>

<div class="span7">
                        <input type="button" id="upload-btn-resume" class="btn btn-primary btn-small clearfix" value="Choose file">                        
                        <div id="errormsgresume" class="clearfix redtext"></div>                  
                <div id="pic-progress-wrap-resume" class="progress-wrap-resume" style="margin-top:10px;margin-bottom:10px;"></div>  
                <div id="picboxresume" class="clear" style="padding-top:0px;padding-bottom:10px;"></div>            
                <input id="uploadResume" name="uploadResume" class="input-file-resume" type="hidden">
            </div>
LPology commented 8 years ago

I am not sure I understand the question. Can you provide some more detail?