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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T10:18:19+00:00 2026-05-30T10:18:19+00:00

I am using Uploadify and am having problems submitting a form to uploaded1.php after

  • 0

I am using Uploadify and am having problems submitting a form to uploaded1.php after upload, it literally doesn’t submit to there, here is the code;

<script type="text/javascript" src="uploadify/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="uploadify/swfobject.js"></script>
<script type="text/javascript" src="uploadify/jquery.uploadify.v2.1.4.min.js"></script>
<script type="text/javascript">

$(document).ready(function() {
  $('#file_upload').uploadify({
    'uploader'  : 'uploadify/uploadify.swf',
    'script'    : 'uploaded1.php',
    'cancelImg' : 'uploadify/cancel.png',
    'folder'    : '/uploads',
    'onAllComplete' : function(event,data) {
      document.getElementByID('someForm').submit();
    }

  });
});

</script>
</head>
<body>

<form id="someForm" action="someFile.php" method="post">
<input name="someField" type="text" />
<input id="someID" name="someName" type="file" />
<input onclick="$('#someID').uploadifyUpload()" type="button" value="Submit" />
</form>

How can i can that code to submit the form after? People might only know if they have worked with Uploadify before.

  • 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-30T10:18:21+00:00Added an answer on May 30, 2026 at 10:18 am

    You need to put:

    enctype="multipart/form-data"
    

    in your <form> tag for upload to work.

    <form enctype="multipart/form-data" ....>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using uploadify to allow images upload in a form. The issue i'm
I am using Uploadify to upload files. Problem is, I need to inform users
Using ASP.NET MVC there are situations (such as form submission) that may require a
I'm using uploadify to do file uploads on a form. The files are required
I'm having problems in uploading a file using Rails and jQuery, I'm using attachment_fu
I have limited experience of using PHP, but having done some searching around it
I'm having issues uploading files using CURL with PHP (on Windows - if it
Uploadify works for Visual Studio but not for IIS 7 (same machines), using Forms
How should I handle image uploading using PHP? How should I handle the chmod
I am having a problem with CakePHP 1.3. I'm using a jQuery plugin for

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.