<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: File Upload Question</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: File Upload Question</description>
<language>en</language>
<pubDate>Mon, 04 May 2026 01:36:53 +0000</pubDate>

<item>
<title>grandeland on "File Upload Question"</title>
<link>https://www.machform.com/forums/topic/file-upload-question#post-10401</link>
<pubDate>Wed, 08 Sep 2010 00:55:23 +0000</pubDate>
<dc:creator>grandeland</dc:creator>
<guid isPermaLink="false">10401@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Yuniar, Have you seen this link?&#60;br /&#62;
&#60;a href=&#34;http://www.appnitro.com/forums/topic/sending-email-attachments?replies=7#post-10400&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/forums/topic/sending-email-attachments?replies=7#post-10400&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;After you read it when I add this line:&#60;br /&#62;
$mail-&#38;gt;AddAttachment('./data/form_'.$form_id.'/files/'.'filename.ext');&#60;br /&#62;
I don't see anything changing in form.  Any Ideas?
&#60;/p&#62;</description>
</item>
<item>
<title>grandeland on "File Upload Question"</title>
<link>https://www.machform.com/forums/topic/file-upload-question#post-10365</link>
<pubDate>Fri, 03 Sep 2010 23:03:01 +0000</pubDate>
<dc:creator>grandeland</dc:creator>
<guid isPermaLink="false">10365@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I see!  Next question.  In order to send the attachment I'd need to modify the PHP code and add in multipart/mixed MIME type that specifies that mixed types will be included in the email.  What file would I make these modifications?&#60;br /&#62;
Example is at the bottom of this web page:&#60;br /&#62;
&#60;a href=&#34;http://www.webcheatsheet.com/PHP/send_email_text_html_attachment.php&#34; rel=&#34;nofollow&#34;&#62;http://www.webcheatsheet.com/PHP/send_email_text_html_attachment.php&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "File Upload Question"</title>
<link>https://www.machform.com/forums/topic/file-upload-question#post-10362</link>
<pubDate>Fri, 03 Sep 2010 20:26:27 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">10362@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Ah.. I see.&#60;br /&#62;
I'm afraid MachForm currently can't send the file as attachment. Sorry.
&#60;/p&#62;</description>
</item>
<item>
<title>grandeland on "File Upload Question"</title>
<link>https://www.machform.com/forums/topic/file-upload-question#post-10348</link>
<pubDate>Thu, 02 Sep 2010 21:04:44 +0000</pubDate>
<dc:creator>grandeland</dc:creator>
<guid isPermaLink="false">10348@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;We are on an intranet.  Our client cannot access our intranet.  The machform is on our intranet.  Therefore when then email is sent from machform, I need to send the attachment from the file up-load feature.  I don't need a link to the attachment I need the actual attachment sent.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "File Upload Question"</title>
<link>https://www.machform.com/forums/topic/file-upload-question#post-10339</link>
<pubDate>Thu, 02 Sep 2010 15:19:15 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">10339@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hmm... I'm not sure what do you mean by sending the form through port 25?&#60;br /&#62;
Do you mean accessing the form using port 25, like this:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.example.com:25/machform/view.php?id=2&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com:25/machform/view.php?id=2&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If your users are able to fill your form, then they should be able to download the file, after applying the above modification.
&#60;/p&#62;</description>
</item>
<item>
<title>grandeland on "File Upload Question"</title>
<link>https://www.machform.com/forums/topic/file-upload-question#post-10331</link>
<pubDate>Wed, 01 Sep 2010 21:35:10 +0000</pubDate>
<dc:creator>grandeland</dc:creator>
<guid isPermaLink="false">10331@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;This is the exact situation I'm dealing with: &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.appnitro.com/forums/topic/using-machform-to-send-attachment-files-in-emails?replies=4#post-7747&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/forums/topic/using-machform-to-send-attachment-files-in-emails?replies=4#post-7747&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;My problem is that I'm on an intranet and the form is being sent to our client via port 25.  My questions are if they don't have access to our intranet they can't download the file? If that's the case would the only solution be hosting externally? Or is there a way to send the file instead of the link to the file?
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "File Upload Question"</title>
<link>https://www.machform.com/forums/topic/file-upload-question#post-10325</link>
<pubDate>Wed, 01 Sep 2010 18:20:17 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">10325@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Which modification you are referring to? Can you post the URL?&#60;br /&#62;
Also, try to delete the file on your site first, then upload the modified files.
&#60;/p&#62;</description>
</item>
<item>
<title>grandeland on "File Upload Question"</title>
<link>https://www.machform.com/forums/topic/file-upload-question#post-10321</link>
<pubDate>Tue, 31 Aug 2010 21:36:25 +0000</pubDate>
<dc:creator>grandeland</dc:creator>
<guid isPermaLink="false">10321@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Another file upload question.  I've followed the instructions for file upload to actually send the file versus a link to the file.  In my PHP.ini safemode is set to &#34;off,&#34; and my rights for the users group to the machform folder in htdocs is set to &#34;Full Control.&#34;  Still it's only sending the link and requires the recipient to login to machform to retrieve the file.  I'm on Windows 2003 running the XAMP Stack.  Thank you in advance.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
