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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T18:42:19+00:00 2026-06-09T18:42:19+00:00

This is my code . what i am getting is always ‘no’ even if

  • 0

This is my code . what i am getting is always ‘no’ even if i select ‘yes’
This is my html code . while testing in firebug console it works fine . i have tried .each function as well but its still getting no value .Some times it takes right value of check box but it continues taking that value then several times

           <form  >
            <table width="900" cellpadding="5" border="0" >


              <tr>
                 <td width="30"><input type="radio"  class="radio_bg" name="profile_rpt_bg"    value="yes"></td>
                 <td>Repeat Background</td>
           </tr>

       <tr class="graybackgroundlight">
        <td><input   type="radio" name="profile_rpt_bg" class="radio_bg"   checked="checked"   value="no"></td>
         <td>Do not Repeat Background</td>
       </tr>
         </table>

       </form>

This is my javascript code

          $(document).ready(function(){


    $('#file_upload_bg').uploadify({
     'formData'      : {

         'artist_id' : '<?php echo $artist_details['id']; ?>',
      'username' : '<?php echo $artist_details['username'];?>',
      'rpt': $("input[name='profile_rpt_bg']:checked").val(),
      'column' : 'profile_bg'


      },
     'auto'          : false,
     'multi'         : false,   
     'fileTypeDesc'  : 'Image Files',
     'fileTypeExts'  : '*.jpg; *.png',
     'swf'           : 'uploadify.swf',
     'uploader'      : 'artist_uploadify.php' ,

      'onUploadSuccess' : function(file, data, response) 


      {
          alert(data);

        $("#container").notify("create", {
        title: 'Success',
        text: file.name+' Uploaded with success'
         });      







      }
      // Your options here

    }); //uploadify ends


    });
  • 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-09T18:42:20+00:00Added an answer on June 9, 2026 at 6:42 pm

    Resolved it …..

                  'onUploadStart' : function(file) 
                  {
                         $('#file_upload_bg').uploadify("settings", "formData", {"rpt":    $("input[name='profile_rpt_bg']:checked").val()});
                  },
    

    adding this in uploadify

    actually it was uploadify plugin problem not jquery ..

    Thanks any ways

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am Getting a run time Exception while using this code Runtime rt =
this code works completely fine in my pc while i compile it with codeblocks
I'm getting strange results testing the return value from a function. This code is
I'm having a problem with getting this code to print out to file due
I am having a problem getting this code to work. Basically I Go from
This code compiled properly on Visual Studio 2010 on Windows, but I'm getting this
I am getting a StackOverflow Error in this code: EDIT [XmlAttribute(ID)] public string ID
I am getting segmentation fault in this code but i cant figure out why.
I have this code and I keep getting undefined if I test the selectedIndex.
I'm not really getting how this code does what it does: char shellcode[] =

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.