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

  • Home
  • SEARCH
  • 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 8774751
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T18:38:49+00:00 2026-06-13T18:38:49+00:00

I am creating image in javascript and assigning that to a img element in

  • 0

I am creating image in javascript and assigning that to a img element in javascript. How to pass that image to controller on ActionButton click in MVC3?

Javascript

var picture = jqplotToImg($('#ChartContent')); //method to change chart as picture, no needed here
var img = document.getElementById("img1");
img.src = picture;

View

@using (Html.BeginForm())
{
  <img id="img1" name="img1" />
 @Html.ActionButton("Export","ExportData","Report")
}

Controller

public void ExportReport(FormCollection fc)
{
}
  • 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-13T18:38:50+00:00Added an answer on June 13, 2026 at 6:38 pm

    I prompted the base64 string and then copied and used that to test and so it fails. I used ajax method for this and it works

        function ExportData() {
        var picture = jqplotToImg($('#ChartContent'));
        //prompt("", picture);
    
        $.ajax({ type: 'POST',
            url: '../Report/Base64ToImage',
            async: false,
            data: { source: picture },
            success: function (data) {
                //alert(data);
            }
        });
        window.location.href = "../Report/ExportChart";
    }
    
    [HttpPost]
        public void Base64ToImage(string source)
        {
            string base64 = source.Substring(source.IndexOf(',') + 1);
            base64 = base64.Trim('\0');
            byte[] data = Convert.FromBase64String(base64);
            string path = System.Configuration.ConfigurationManager.AppSettings["UploadFolder"].ToString();
    
            var file = Server.MapPath(path + "Chart.jpg");
            System.IO.File.WriteAllBytes(file, data);
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When creating a new Image element in javascript, Google Chrome's memory tool (Developer tools
I am creating an Image Processing app that does two image analysis functions. One
I'm creating a slideshow using javascript that fades images. Awhile back, I discovered that
Like my title says, I'm trying to programmatically creating an SVG image element in
I have Javascript code that does this: var oObjchbox = document.getElementById(CheckBox_ + countyId); The
Can anyone guide me with the simple javascript code for creating an image gallery
I am creating an image thumbnail slider, As I click on the thumbnail Image
I am creating a pixel image in javascript, by creating the image tag and
Ive had a problem that I cant fix while creating an image carousel in
I have an image javascript button that it`s not working on chrome , would

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.