<?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: Attachment Compression</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Attachment Compression</description>
<language>en</language>
<pubDate>Wed, 06 May 2026 22:35:33 +0000</pubDate>

<item>
<title>Anonymous on "Attachment Compression"</title>
<link>https://www.machform.com/forums/topic/attachment-compression#post-23692</link>
<pubDate>Fri, 24 Jul 2015 00:39:02 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">23692@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Yes, I'm using the level 3 cPanel shared hosting with GoDaddy. It's still maxing out i/o but the performance is good enough that it looks like we'll be ok.&#60;/p&#62;
&#60;p&#62;--Joel
&#60;/p&#62;</description>
</item>
<item>
<title>AMurray on "Attachment Compression"</title>
<link>https://www.machform.com/forums/topic/attachment-compression#post-23665</link>
<pubDate>Sun, 19 Jul 2015 13:09:36 +0000</pubDate>
<dc:creator>AMurray</dc:creator>
<guid isPermaLink="false">23665@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;2048 M should be plenty, assuming you're on the &#34;Level 3&#34; shared hosting?&#60;br /&#62;
&#60;a href=&#34;https://www.godaddy.com/help/cpanel-shared-hosting-resource-limits-12001.&#34; rel=&#34;nofollow&#34;&#62;https://www.godaddy.com/help/cpanel-shared-hosting-resource-limits-12001.&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It might simply be the nature of the shared hosting (and GoDaddy in particular).
&#60;/p&#62;</description>
</item>
<item>
<title>Anonymous on "Attachment Compression"</title>
<link>https://www.machform.com/forums/topic/attachment-compression#post-23664</link>
<pubDate>Sun, 19 Jul 2015 12:28:52 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">23664@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;The performance has increased significantly but I'm still reaching max i/o several times each day. I'm exploring some options with Amazon AWS for hosting instead of GoDaddy.&#60;/p&#62;
&#60;p&#62;--Joel
&#60;/p&#62;</description>
</item>
<item>
<title>Anonymous on "Attachment Compression"</title>
<link>https://www.machform.com/forums/topic/attachment-compression#post-23660</link>
<pubDate>Fri, 17 Jul 2015 18:22:55 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">23660@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I changed it to 2048 just to be safe, which is what is available to me.&#60;/p&#62;
&#60;p&#62;--Joel
&#60;/p&#62;</description>
</item>
<item>
<title>Anonymous on "Attachment Compression"</title>
<link>https://www.machform.com/forums/topic/attachment-compression#post-23659</link>
<pubDate>Fri, 17 Jul 2015 18:21:44 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">23659@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://php.net/manual/en/ini.core.php#ini.memory-limit&#34; rel=&#34;nofollow&#34;&#62;http://php.net/manual/en/ini.core.php#ini.memory-limit&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>AMurray on "Attachment Compression"</title>
<link>https://www.machform.com/forums/topic/attachment-compression#post-23657</link>
<pubDate>Fri, 17 Jul 2015 16:43:33 +0000</pubDate>
<dc:creator>AMurray</dc:creator>
<guid isPermaLink="false">23657@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;&#60;code&#62;memory_limit = -1&#60;/code&#62; (??)  doesn't look right - should be something like 128M, 256M, 512M etc.
&#60;/p&#62;</description>
</item>
<item>
<title>Anonymous on "Attachment Compression"</title>
<link>https://www.machform.com/forums/topic/attachment-compression#post-23655</link>
<pubDate>Fri, 17 Jul 2015 12:15:37 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">23655@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I'm still having trouble. I did make the following changes to my php.ini file and we'll see how things go:&#60;/p&#62;
&#60;p&#62;; Memory limit&#60;br /&#62;
memory_limit = -1&#60;/p&#62;
&#60;p&#62;; Maximum allowed size for uploaded files.&#60;br /&#62;
upload_max_filesize = 100M&#60;/p&#62;
&#60;p&#62;; Must be greater than or equal to upload_max_filesize&#60;br /&#62;
post_max_size = 105M&#60;/p&#62;
&#60;p&#62;--Joel
&#60;/p&#62;</description>
</item>
<item>
<title>AMurray on "Attachment Compression"</title>
<link>https://www.machform.com/forums/topic/attachment-compression#post-23641</link>
<pubDate>Wed, 15 Jul 2015 16:23:50 +0000</pubDate>
<dc:creator>AMurray</dc:creator>
<guid isPermaLink="false">23641@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Have you checked the form properties option for File size upload limit?  Make sure its adequate to meet the demands of your form's usage e.g. if you're uploading files that are 20+ Megabytes, make the upload at least that if not more.&#60;/p&#62;
&#60;p&#62;Also check your php.ini for those below:&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;file size limit (this one would have to be at least the same as the form properties setting above&#60;/li&#62;
&#60;li&#62;memory limit&#60;/li&#62;
&#60;li&#62;file upload post and upload limits&#60;/li&#62;
&#60;li&#62;time-out limits&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;If the phone takes photos as JPEGS - that is already a compressed file format - the more compression the more degredation of picture quality.  Even if Machform had a way to put such attachments in a compressed (ZIP) folder, I don't know how much more reduced you could get the filest - probbably not enough to get past the issues you're having, so would check on the server limits you have on your hosting account first.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;We're using GoDaddy cPanel shared hosting with maximum resources.&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;That wouldn't be the entire server's resources at your disposal, only your 'piece of the pie&#34; so to speak.  You could easily therefore be exceeding your shared hosting account's allocation of the resources like those mentioned above.
&#60;/p&#62;</description>
</item>
<item>
<title>karumba on "Attachment Compression"</title>
<link>https://www.machform.com/forums/topic/attachment-compression#post-23639</link>
<pubDate>Wed, 15 Jul 2015 04:54:38 +0000</pubDate>
<dc:creator>karumba</dc:creator>
<guid isPermaLink="false">23639@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;i have a similar problem. i'm also using machform to collect big files from my clients &#38;#38; my machform is running on a normal webspace (not a rented  dedicated or virtual server). but sometimes (&#38;#38; the probability increases the larger the files are) the upload hangs &#38;#38; the %-value doesn't increase anymore.
&#60;/p&#62;</description>
</item>
<item>
<title>Anonymous on "Attachment Compression"</title>
<link>https://www.machform.com/forums/topic/attachment-compression#post-23610</link>
<pubDate>Sun, 12 Jul 2015 00:15:59 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">23610@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;On a side note, MachForm handles wonderfully and I've never had attachments fail but we do regularly see the mobile browsers hang because the server is busy handling another request.&#60;/p&#62;
&#60;p&#62;We're using GoDaddy cPanel shared hosting with maximum resources. CPU load has never gone above 25% and all the other resources are flat and under 10% utilization but i/o is regularly maxed. The solution can't possibly be move to VPS or dedicated hosting to save these pictures, right?&#60;/p&#62;
&#60;p&#62;--Joel
&#60;/p&#62;</description>
</item>
<item>
<title>Anonymous on "Attachment Compression"</title>
<link>https://www.machform.com/forums/topic/attachment-compression#post-23609</link>
<pubDate>Sun, 12 Jul 2015 00:12:50 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">23609@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;We use MachForm to collect pictures of work done by technicians in the field. What I'm seeing is max i/o on our server likely due to the attachment size when the form is being submitted. We've reduced all the camera resolutions on the mobile phones in the field but on a Galaxy Note 4, that's still a sizable picture and we're attaching 4-8 of them in a single form.&#60;/p&#62;
&#60;p&#62;Are there plans for image compression for MachForm? Is there already a solution I'm unaware of?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;--Joel
&#60;/p&#62;</description>
</item>

</channel>
</rss>
