﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Millisecond Forums » Millisecond Forums » Inquisit 4  » Error- File Not Found</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Mon, 21 Sep 2026 04:00:16 GMT</lastBuildDate><ttl>20</ttl><item><title>Error- File Not Found</title><link>https://forums.millisecond.com/Topic19693.aspx</link><description>Hi!&lt;br/&gt;&lt;br/&gt;I am trying to run a script with 53 files attached (although it does not exceed the 40 MB limit).&amp;nbsp;&lt;br/&gt;When I run it on the Inquisit on my computer it runs fine, however when I try to upload it and run it using the link, errors appear&lt;br/&gt;indicating it cannot find the file pathway.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Could you possibly think of the cause of this? (There are also warnings that the dimensions of the file image is larger than the screen, however&lt;br/&gt;since the script resizes the image, I don't think that should be the problem).&amp;nbsp;&lt;br/&gt;&lt;br/&gt;I really appreciate any help!&lt;br/&gt;&lt;br/&gt;Have a great weekend!&amp;nbsp;&lt;br/&gt;&lt;br/&gt;&lt;a href="http://research.millisecond.com/keshetphoto/15c.9.2016PTCIandGlasgowDPT.web" style="box-sizing: border-box; color: rgb(51, 122, 183); text-decoration: none; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; line-height: 20px; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: nowrap; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(245, 245, 245);"&gt;&lt;a href="http://research.millisecond.com/keshetphoto/15c.9.2016PTCIandGlasgowDPT.web"&gt;http://research.millisecond.com/keshetphoto/15c.9.2016PTCIandGlasgowDPT.web&lt;/a&gt;&lt;/a&gt;&amp;nbsp;&lt;br/&gt;</description><pubDate>Fri, 16 Sep 2016 08:02:33 GMT</pubDate><dc:creator>Reshan</dc:creator></item><item><title>RE: Error- File Not Found</title><link>https://forums.millisecond.com/Topic19699.aspx</link><description>As far as I can see, the problem here is that your files contain characters in their names that are unsafe to use online / in URLs. Specifically, the issue is the plus-sign ("+"), as in "mikulas_trust_&lt;strong&gt;+&lt;/strong&gt;050.jpg" and so forth.&lt;br/&gt;&lt;br/&gt;To make your script safe for web-use, replace the "+" in both the file names and the respective file references in the script, i.e., rename&lt;br/&gt;&lt;br/&gt;"mikulas_trust_&lt;strong&gt;+&lt;/strong&gt;050.jpg" to e.g. "mikulas_trust_plus050.jpg" and change&lt;br/&gt;&lt;br/&gt;&amp;lt;picture nontwface2leftgap2&amp;gt;&lt;br/&gt;/ items = ("mikulas_trust_-100.jpg", "mikulas_trust_-050.jpg", "mikulas_trust_plus000.jpg", "mikulas_trust_plus050.jpg")&lt;br/&gt;...&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;accordingly .&lt;br/&gt;&lt;br/&gt;(For consistency reasons, I would do the same for the minus-sign, although "-" is not an unsafe character.)&lt;br/&gt;&lt;br/&gt;Hope this helps.&lt;br/&gt;</description><pubDate>Fri, 16 Sep 2016 08:02:33 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>