Wow Shane, that's awesome information except I'm still an novice at PHP!
First, I'm not exactly sure how to design a usable form for this. Would I kinda mimic how Cforms or Contact Form 7 work and just point the directory to the "755" folder?
For instance, like this?
<form action="[what do I reference here?]">
<fieldset>
<input type="file" />
<textarea></textarea>
<input type="submit" value="submit" />
</fieldset>
</form>
If so, I'm not sure where to assign the upload path. I also don't know how to modify the submit query for wp_posts table!
Could you or someone please help? Thanks!