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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T00:40:05+00:00 2026-06-11T00:40:05+00:00

I am using this uploadify plugin . I am posting variables however everything works

  • 0

I am using this uploadify plugin . I am posting variables however everything works fine but when i upload a file size greater than 5mb it doesnt post data .Here is my code and debug information . I have tried changing size limits even set to 0 which means no limit .changed the upload limit settings in php.ini but still it wont work

                //Upload Song#2




$('#upload_song2').uploadify({
     'auto'          : true,
     'multi'         : false,   
     'fileTypeDesc'  : 'Mp3 Files',
     'fileTypeExts'  : '*.mp3',
     'swf'           : 'uploadify.swf',
     'uploader'      : 'artist_music_process.php' ,
      'sizeLimit': 25600, // 25 MB


  'onUploadStart' : function(file) 
 {
     console.log(file);
     $('#upload_song2').uploadify("settings",
      "formData", {
      "column":'album_song_name2',
      'artist_id' : '<?php echo $artist_details['id']; ?>',
      'username' : '<?php echo $artist_details['username'];?>'


      });
  },










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


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

        $('#txt_song2').val(file.name);
        $('#hid_song2').val(data);





      }
      // Your options here

    }); //uploadify ends

This is my Debug Code .

                                                ---SWFUpload Instance Info---
                Version: 2.2.0 2009-03-25
                Movie Name: SWFUpload_0
                Settings:
                    upload_url:               /desi/artist_music_process.php
                    flash_url:                uploadify.swf?preventswfcaching=1347196919191
                    use_query_string:         false
                    requeue_on_error:         false
                    http_success:             
                    assume_success_timeout:   30
                    file_post_name:           Filedata
                    post_params:              [object Object]
                    file_types:               *.mp3
                    file_types_description:   Mp3 Files
                    file_size_limit:          0
                    file_upload_limit:        0
                    file_queue_limit:         999
                    debug:                    true
                    prevent_swf_caching:      true
                    button_placeholder_id:    upload_song2
                    button_placeholder:       Not Set
                    button_image_url:         /desi/
                    button_width:             120
                    button_height:            30
                    button_text:              
                    button_text_style:        color: #000000; font-size: 16pt;
                    button_text_top_padding:  0
                    button_text_left_padding: 0
                    button_action:            -100
                    button_disabled:          false
                    custom_settings:          [object Object]
                Event Handlers:
                    swfupload_loaded_handler assigned:  false
                    file_dialog_start_handler assigned: true
                    file_queued_handler assigned:       true
                    file_queue_error_handler assigned:  true
                    upload_start_handler assigned:      true
                    upload_progress_handler assigned:   true
                    upload_error_handler assigned:      true
                    upload_success_handler assigned:    true
                    upload_complete_handler assigned:   true
                    debug_handler assigned:             true

                ---SWFUpload Instance Info---
                Version: 2.2.0 2009-03-25
                Movie Name: SWFUpload_1
                Settings:
                    upload_url:               /desi/artist_music_process.php
                    flash_url:                uploadify.swf?preventswfcaching=1347196919200
                    use_query_string:         false
                    requeue_on_error:         false
                    http_success:             
                    assume_success_timeout:   30
                    file_post_name:           Filedata
                    post_params:              [object Object]
                    file_types:               *.mp3
                    file_types_description:   Mp3 Files
                    file_size_limit:          0
                    file_upload_limit:        0
                    file_queue_limit:         999
                    debug:                    true
                    prevent_swf_caching:      true
                    button_placeholder_id:    upload_song
                    button_placeholder:       Not Set
                    button_image_url:         /desi/
                    button_width:             120
                    button_height:            30
                    button_text:              
                    button_text_style:        color: #000000; font-size: 16pt;
                    button_text_top_padding:  0
                    button_text_left_padding: 0
                    button_action:            -100
                    button_disabled:          false
                    custom_settings:          [object Object]
                Event Handlers:
                    swfupload_loaded_handler assigned:  false
                    file_dialog_start_handler assigned: true
                    file_queued_handler assigned:       true
                    file_queue_error_handler assigned:  true
                    upload_start_handler assigned:      true
                    upload_progress_handler assigned:   true
                    upload_error_handler assigned:      true
                    upload_success_handler assigned:    true
                    upload_complete_handler assigned:   true
                    debug_handler assigned:             true

                ---SWFUpload Instance Info---
                Version: 2.2.0 2009-03-25
                Movie Name: SWFUpload_2
                Settings:
                    upload_url:               /desi/artist_music_process.php
                    flash_url:                uploadify.swf?preventswfcaching=1347196919207
                    use_query_string:         false
                    requeue_on_error:         false
                    http_success:             
                    assume_success_timeout:   30
                    file_post_name:           Filedata
                    post_params:              [object Object]
                    file_types:               *.jpg; *.png
                    file_types_description:   Image Files
                    file_size_limit:          0
                    file_upload_limit:        0
                    file_queue_limit:         999
                    debug:                    true
                    prevent_swf_caching:      true
                    button_placeholder_id:    upload_album_img
                    button_placeholder:       Not Set
                    button_image_url:         /desi/
                    button_width:             120
                    button_height:            30
                    button_text:              
                    button_text_style:        color: #000000; font-size: 16pt;
                    button_text_top_padding:  0
                    button_text_left_padding: 0
                    button_action:            -100
                    button_disabled:          false
                    custom_settings:          [object Object]
                Event Handlers:
                    swfupload_loaded_handler assigned:  false
                    file_dialog_start_handler assigned: true
                    file_queued_handler assigned:       true
                    file_queue_error_handler assigned:  true
                    upload_start_handler assigned:      true
                    upload_progress_handler assigned:   true
                    upload_error_handler assigned:      true
                    upload_success_handler assigned:    true
                    upload_complete_handler assigned:   true
                    debug_handler assigned:             true

                SWF DEBUG: SWFUpload Init Complete
                SWF DEBUG: 
                SWF DEBUG: ----- SWF DEBUG OUTPUT ----
                SWF DEBUG: Build Number:           SWFUPLOAD 2.2.0
                SWF DEBUG: movieName:              SWFUpload_0
                SWF DEBUG: Upload URL:             /desi/artist_music_process.php
                SWF DEBUG: File Types String:      *.mp3
                SWF DEBUG: Parsed File Types:      mp3
                SWF DEBUG: HTTP Success:           0
                SWF DEBUG: File Types Description: Mp3 Files (*.mp3)
                SWF DEBUG: File Size Limit:        0 bytes
                SWF DEBUG: File Upload Limit:      0
                SWF DEBUG: File Queue Limit:       999
                SWF DEBUG: Post Params:
                SWF DEBUG: ----- END SWF DEBUG OUTPUT ----
                SWF DEBUG: 
                SWF DEBUG: Event: fileDialogStart : Browsing files. Single Select. Allowed file types: *.mp3
                SWF DEBUG: Select Handler: Received the files selected from the dialog. Processing the file list...
                SWF DEBUG: Event: fileQueued : File ID: SWFUpload_0_0
                SWF DEBUG: Event: fileDialogComplete : Finished processing selected files. Files selected: 1. Files Queued: 1
                SWF DEBUG: StartUpload: First file in queue
                SWF DEBUG: Event: uploadStart : File ID: SWFUpload_0_0
                SWF DEBUG: Global Post Item: username=basit
                SWF DEBUG: Global Post Item: column=album_song_name2
                SWF DEBUG: Global Post Item: artist_id=7
                SWF DEBUG: ReturnUploadStart(): File accepted by startUpload event and readied for upload.  Starting upload to /desi/artist_music_process.php for File ID: SWFUpload_0_0
                SWF DEBUG: Event: uploadProgress (OPEN): File ID: SWFUpload_0_0
                SWF DEBUG: Event: uploadProgress: File ID: SWFUpload_0_0. Bytes: 4128768. Total: 10070528
                SWF DEBUG: Event: uploadProgress: File ID: SWFUpload_0_0. Bytes: 10070528. Total: 10070528
                SWF DEBUG: Event: uploadSuccess: File ID: SWFUpload_0_0 Response Received: true Data: Array
                SWF DEBUG: (
                SWF DEBUG: )
                SWF DEBUG: Array
                SWF DEBUG: (
                SWF DEBUG: )
                SWF DEBUG: 
                SWF DEBUG: Event: uploadComplete : Upload cycle complete.
                SWF DEBUG: Event: fileDialogStart : Browsing files. Single Select. Allowed file types: *.mp3
                SWF DEBUG: Select Handler: Received the files selected from the dialog. Processing the file list...
                SWF DEBUG: Event: fileQueued : File ID: SWFUpload_0_1
                SWF DEBUG: Event: fileDialogComplete : Finished processing selected files. Files selected: 1. Files Queued: 1
                SWF DEBUG: StartUpload: First file in queue
                SWF DEBUG: Event: uploadStart : File ID: SWFUpload_0_1
                SWF DEBUG: Global Post Item: username=basit
                SWF DEBUG: Global Post Item: column=album_song_name2
                SWF DEBUG: Global Post Item: artist_id=7
                SWF DEBUG: ReturnUploadStart(): File accepted by startUpload event and readied for upload.  Starting upload to /desi/artist_music_process.php for File ID: SWFUpload_0_1
                SWF DEBUG: Event: uploadProgress (OPEN): File ID: SWFUpload_0_1
                SWF DEBUG: Event: uploadProgress: File ID: SWFUpload_0_1. Bytes: 5599328. Total: 5599328
                SWF DEBUG: Event: uploadSuccess: File ID: SWFUpload_0_1 Response Received: true Data: Array
                SWF DEBUG: (
                SWF DEBUG:     [Filename] => Utay - Copy.mp3
                SWF DEBUG:     [username] => basit
                SWF DEBUG:     [column] => album_song_name2
                SWF DEBUG:     [artist_id] => 7
                SWF DEBUG:     [Upload] => Submit Query
                SWF DEBUG: )
                SWF DEBUG: Array
                SWF DEBUG: (
                SWF DEBUG:     [Filedata] => Array
                SWF DEBUG:         (
                SWF DEBUG:             [name] => Utay - Copy.mp3
                SWF DEBUG:             [type] => application/octet-stream
                SWF DEBUG:             [tmp_name] => C:\wamp\tmp\phpAB62.tmp
                SWF DEBUG:             [error] => 0
                SWF DEBUG:             [size] => 5599328
                SWF DEBUG:         )
                SWF DEBUG: 
                SWF DEBUG: )
                SWF DEBUG: basit_utay - copy.mp3
                SWF DEBUG: Event: uploadComplete : Upload cycle complete.
  • 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-11T00:40:06+00:00Added an answer on June 11, 2026 at 12:40 am

    Try to update your php.ini for uploading large files. You need to change following variables

    file_uploadsile_uploads
        upload_max_filesize
        max_input_time
        memory_limit
        max_execution_time
        post_max_size
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using uploadify jQuery plugin form here . Everything works fine on my
I'm using Kohana3 framework and Uploadify plugin for ajax file upload. When I try
I am using Uploadify jQuery plugin for file upload.Here there is no browse button
I am uploading file using jQuery uploadify plugin. Each time I upload a file,
I am using the Uploadify Plugin to Upload files. although this might be a
I have a problem. I'm using the jQuery plugin Uploadify v. 2.1.4 to upload
I have problems returning JSON data after using Uploadify. This code works in Firefox,
I am using the following jquery file upload plugin to display progress bars when
I want to write a jQuery file uploading program, using this plug-in http://aquantum-demo.appspot.com/file-upload Despite
I'm using uploadify (jquery upload plugin) There is javascript $(#<%=ImageUpload.ClientID %>).uploadify({ 'uploader': '/Scripts/Plugins/uploadify/uploadify.swf', 'script':

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.