Jump to content
UBot Underground

Exbrowser - Chrome Change File Field


Recommended Posts

Hi, i am working on a page where it require to click a button and handle an open file windows, it is working fine in exbrowser.

but when i am doing mutithread, i cant let it pop up the windows from multiple instances.

is there a way to upload image in silent mode?

this is the page elemant and code, it didnt look like it is able to use "change file field"
http://prntscr.com/mp2kpc

http://prntscr.com/mp2nok
 

<div class="col-md-9" xpath="1">
                                    <div class="upload-photo gallery" id="gallery">
                                                                            <div class="col-md-4 picDiv">
                
        <img src="https://s3.ap-southeast-1.amazonaws.com/origin-dsc.ibilik.com/production/images/rooms/temp/7365947/7365947_1_thumb.jpg" width="auto" alt="">
        
        <div class="del image-action remove">
            <i class="far fa-trash-alt"></i>
        </div>
        
        <div class="c_photo">
            <input id="cover_7365947_1_thumb" name="cover" class="validate" type="checkbox" value="7365947_1_thumb">
            <label for="cover_7365947_1_thumb">Cover Photo</label>
        </div>

        <div class="drop">
            <input type="hidden" id="file_data-7365947_1_thumb" name="file_data[]" value="7365947_1_thumb">

            <select class="form-control" name="preference-7365947_1_thumb" id="preference-7365947_1_thumb">
                <option value="">Select Photo Tag</option>
                                    <option value="Room">
                        Room
                    </option>
                                    <option value="Kitchen">
                        Kitchen
                    </option>
                                    <option value="Bathroom">
                        Bathroom
                    </option>
                                <option value="Other">Other</option>
            </select>                               
        </div>
    </div>
</div>
                                </div>
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...