Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8148147
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T14:35:26+00:00 2026-06-06T14:35:26+00:00

How do I browse to upload a file using Dojo? See the code below:

  • 0

How do I browse to upload a file using Dojo? See the code below:

 dojox.io.xhrMultiPart({
              url: "http://localhost:8080/myWebService",
              handleAs: "xml",
              form: dojo.byId("myForm"), 
              load: function(data){ processRequest(data);},
              error: function(error){ processError(error); },
              backButton: function() { 
              },
              mimetype: "text/xml"         
        });

Now which code do I have to append to the above code to upload a file?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T14:35:26+00:00Added an answer on June 6, 2026 at 2:35 pm

    I use dojox.form.Uploader , which will enable you the “Browse” functionality.

    <input name="file" multiple="false" type="file" dojoType="dojox.form.Uploader" label="Select Class File" id="uploadedfile" />
    

    I use dojo.io.iframe.send to upload file.
    Then on the submit button of the form, I use following function to post,

    function addSwitchType(){
        var td = dojo.io.iframe.send({
            url: switchType_Add_URL,
            form: formName,
            method: "post",
            preventCache: true, 
            handleAs: "json",
            load: function(response, ioArgs){
    
                },
            error: function(response, ioArgs){
    
                }
        });
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am implementing a file upload tool using Silverlight. In this I can browse
I am using Uploadify jQuery plugin for file upload.Here there is no browse button
I am trying to upload a file via ftp using FtpWebRequest as below: ftpRequest
Using CKEditor (combined with KCFinder for file upload), when I use the browse button
I'm trying to do an ajax file upload using dojo.io.frame.send(). It works with FF
I need to style the browse button of file upload in GWT.... I found
I can browse using the desktop browsers via ..localhost:54647/... and from windows mobile emulators
When using UIImagePickerController to browse a folder, I hope to customize UIImagePickerController as below
I need suggestions with regards to the multiple file upload using File Upload control
I want to have image button for browse and upload I have textbox using

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.