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 7562651
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T13:27:44+00:00 2026-05-30T13:27:44+00:00

I am using Imgur api to upload image from my webapp. How to extract

  • 0

I am using Imgur api to upload image from my webapp. How to extract the URL from tag of this XML string using C# Asp.net

 <upload>
      <image>
        <name />
        <title />
        <caption />
        <hash>MkUDH</hash>
        <deletehash>kP5lIWWU0vDqrO1</deletehash>
        <datetime>2012-02-28 11:47:25</datetime>
        <type>image/jpeg</type>
        <animated>false</animated>
        <width>640</width>
        <height>480</height>
        <size>173578</size>
        <views>0</views>
        <bandwidth>0</bandwidth>
      </image>
      <links>
        <original>http://i.imgur.com/MkUDH.jpg</original>
        <imgur_page>http://imgur.com/MkUDH</imgur_page>
        <delete_page>http://imgur.com/delete/kP5lIWWU0vDqrO1</delete_page>
        <small_square>http://i.imgur.com/MkUDHs.jpg</small_square>
        <large_thumbnail>http://i.imgur.com/MkUDHl.jpg</large_thumbnail>
      </links>
    </upload>
  • 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-05-30T13:27:45+00:00Added an answer on May 30, 2026 at 1:27 pm
    XmlDocument xml = new XmlDocument();
    xml.LoadXml(myXmlString); // your XML String
    
    XmlNodeList xnList = xml.SelectNodes("/upload/links");
    foreach (XmlNode xn in xnList)
    {
      string original= xn["original"].InnerText;
      string imgur_page = xn["imgur_page"].InnerText;
      string delete_page = xn["delete_page"].InnerText;
      string small_square = xn["small_square"].InnerText;
      string large_thumbnail= xn["large_thumbnail"].InnerText;
    
    
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using this PHP to parse a XML file: <?php $xml = simplexml_load_file(http://api.imgur.com/2/image/zzFV5.xml); echo
I am using imgur API to upload images but i am getting an exception
Using ASP.NET MVC there are situations (such as form submission) that may require a
Using preview 4 of ASP.NET MVC Code like: <%= Html.CheckBox( myCheckBox, Click Here, True,
I just recieve my unique developer API key from Imgur and I'm aching to
Hi I'm trying to figure out how to upload to imgur using java, does
using the script code below, this returns the images from facebook vertically. ive removed
I'm currently uploading an image to a server using Imgur on iOS with the
I have upload the video on facebook using following code Help From : https://github.com/zoul/facebook-ios-sdk/
I am using C# ASP.NET on VS2005. I have a gridview table but it

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.