Hello again,
We are still having trouble with the upload, we have done everything we could think of, even what you said, no effect.
http://www.roboticstrends.com/jobs/apply/systems_programmer/
What’s weird is that upon hitting submit button it gets this error:
The following errors were encountered
* A problem was encountered while attempting to upload your file
But it does enter the other fields in the FreeForm entries, because i see it appear there after; just no file.
We have the correct paths in File Upload control panel; and the permissions are right too.
One error we also saw was this: “The uploaded file exceeds the maximum allowed size in your PHP configuration file”
I am pasting the code used here:
{assign_variable:jobs_weblog="jobs"}
{assign_variable:jobs_template_group="jobs"}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Career Center | {site_name}</title>
<meta name="keywords" content="robot, robotics, robonexus, robots, robotics, robobusiness, mobile robots, robosapiens, ..." />
<meta name="description" content="Robots and Robotics Technology News, Information and Analysis" />
{embed="includes/.head"}
</head>
<body id="job_post">
<div id="wrapper"><div id="wrapper-inner" class="clearfix">
{embed="includes/.header"}
<!-- End header -->
<div id="content">
<div id="content-main">
<div id="main-heading">
<a href="{path="home/index"}"><img src="/images/rtrends_logo_mini.gif" alt="Robotics Trends" width="89" height="27" /></a>
<div>
<h1>Career Center</h1></div>
</div>
<div id="content-main-body">
<p><img src="/images/get_job.jpg" alt="Find Work. Post A Job. Get Results." /></p>
<div class="conference-entry">
{exp:weblog:entries weblog="{jobs_weblog}" orderby="date" sort="asc" limit="1" disable="trackbacks" show_future_entries="yes"}
{if no_results}
<p class="no-results-articles">You have not selected a listing to apply too. <a href="path={"jobs/index"}">Return to Job Listings</a></p>
{/if}
<table width="380">
<tr><td valign="top"><div align="left">Location:</div></td><td><div align="left">{job_local}</div></td></tr>
<tr><td valign="top"><div align="left">Duration:</div></td><td><div align="left">{duration}</div></td></tr>
<tr><td valign="top"><div align="left">Salary:</div></td><td><div align="left">{salary}</div></td></tr>
<tr><td valign="top"><div align="left">Date Posted:</div></td><td><div align="left">{posted}</div></td></tr>
</table>
{/exp:weblog:entries}
</div>
<table width="490">
<tr>
{exp:freeform:form form_name="job_apply_form" template="job_apply" return="jobs/apply_thank" notify="bill@lectric.com"
required="jobtitle|name|city|state|postalcode" file_upload="Career Center Resumes" send_attachment="yes"}
<td valign="top" cellspacing="20">
<strong><p>Applicant Information</p></strong>
<label for="jobtitle">Job Title* (50 char. max.)</label><input type="text" name="jobtitle" id="jobtitle" class="fwidth" />
<label for="name">Name*</label><input type="text" name="name" id="name" class="fwidth" />
<label for="street1">Address</label><input type="text" name="street1" id="street1" class="fwidth" />
<label for="street2">Address 2</label><input type="text" name="street2" id="street2" class="fwidth" />
<label for="city">City*</label><input type="text" name="city" id="city" class="fwidth" />
<label for="state">State*</label><input type="text" name="state" id="state" class="fwidth" />
<label for="postalcode">Postal Code*</label><input type="text" name="postalcode" id="postalcode" class="fwidth" />
</td>
<td>
<strong><p>Resumé / Cover Letter</p></strong>
<label for="file1" style="float: none; width: 340px; text-align: left;">Attach Word Doc or PDF:</label> <input type="file" name="file1" id="file1" size="40" style="width: 300px;">
<label for="letter">Cover Letter </label><textarea name="letter" cols="65" rows="3"></textarea>
<label for="experience">Experience</label><textarea name="experience" cols="65" rows="3"></textarea>
<label for="skills">Skills</label><textarea name="skills" cols="65" rows="3"></textarea>
<label for="education">Education</label><textarea name="education" cols="65" rows="3"></textarea>
</td>
</tr>
</table>
<p style="text-align: left;">
{if captcha}
For security purposes, please enter the word you see in the image below:<br /><br />
{captcha}<br /><br />
<input type="text" name="captcha" value="" maxlength="20" />
{/if}
</p>
<p><input type="submit" name="submit" value="Submit" /></p>
{/exp:freeform:form}
</div>
</div>
<!-- End content-main -->
<div id="sidebar">
{embed="includes/.sidebar"}
</div>
<!-- End sidebar -->
</div>
<!-- End content -->
{embed="includes/.footer"}
</div></div>
</body>
</html>
We would appreciate any help. What’s even more weird is that are using the exact same code on another site at http://www.channelproonline.com/resources/whitepapers_submission/
Thanks!