<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-GB link=blue vlink=purple>

<div class=WordSection1>

<p class=MsoNormal><span style='color:#1F497D'>Fixed my own problem, after
9hours of playing with it. <o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'>I am going to post this, in case
someone else has the same problem in the future. <o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'>upload_max_filesize <o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'>post_max_size <o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'>in the php.ini are set to some
low size value like 2M or 8M. But I was not able to access this php.ini which
was on the server side (netfirms) and they don&#8217;t allow user access to
those internal directories. <o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'>So had to make a custom
php.ini&nbsp; to override the server php.ini with the following settings:<o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'>session.save_path =
&quot;/mnt/w9999/.phpsessions&quot;&nbsp; <o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'>register_globals = on&nbsp; <o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'>upload_tmp_dir =
&quot;/tmp/&quot;&nbsp; <o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'>upload_max_filesize =
&quot;20M&quot;&nbsp; <o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'>post_max_size = &quot;20M&quot; <o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'>zend_extension =
/usr/local/nf/share/ioncube/ioncube_loader_fre_5.2.so&nbsp; <o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'>extension_dir =
/usr/local/nf/php5/lib/php/extensions&nbsp; <o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'>extension=pdo_mysql.so<o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'>uploaded this to the
xertetoolkits root folder, and it still did not work. I found out that you need
to place this php.ini in all folders that contain .php files that might be
controlling the size limit. <o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'>After copy this php.ini file to
many many folders in xerte. It finally worked. No really sure which folder did
the trick, but I think it was under &nbsp;/xertetoolkits/website_code/php/<o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'>Hope that helps someone in the
future. <o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'>Cheers,<o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'>Salavati<o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<div>

<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'>

<p class=MsoNormal><b><span lang=EN-US style='font-size:10.0pt;font-family:
"Tahoma","sans-serif"'>From:</span></b><span lang=EN-US style='font-size:10.0pt;
font-family:"Tahoma","sans-serif"'> Salavati [mailto:email.salavati@gmail.com] <br>
<b>Sent:</b> August-25-10 3:46 PM<br>
<b>To:</b> 'xerte@lists.nottingham.ac.uk'<br>
<b>Subject:</b> SWF ISpring Upload Size Limit?<o:p></o:p></span></p>

</div>

</div>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal><span lang=EN-CA>Hello all, <o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-CA>I am having some problems with using
uploaded flash file (ispring). I have noticed that any file over 8mb does not
load in the player. And smaller files under 8mb load fine. <o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA>The larger files do upload fine to the
xerte server, but they don&#8217;t show in the presentation viewer.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-CA>Any assistance would be appreciated. <o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-CA>Cheers,<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA>Salavati<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-CA><o:p>&nbsp;</o:p></span></p>

</div>

</body>

</html>