<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Dropzone Forums — Getting information from one or more files: is it possible?]]></title>
	<link rel="self" href="https://forums.aptonic.com/feed/atom/topic/544" />
	<updated>2022-10-23T09:17:00Z</updated>
	<generator>PunBB</generator>
	<id>https://forums.aptonic.com/topic/544/getting-information-from-one-or-more-files-is-it-possible/</id>
		<entry>
			<title type="html"><![CDATA[Re: Getting information from one or more files: is it possible?]]></title>
			<link rel="alternate" href="https://forums.aptonic.com/post/1378/#p1378" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>John wrote:</cite><blockquote><p>Yep, add a &#039;Run AppleScript&#039; action as shown below:</p><p><span class="postimg"><img src="https://aptonic123.s3.amazonaws.com/step1.png" alt="https://aptonic123.s3.amazonaws.com/step1.png" /></span></p><p>And set it up as shown below:</p><p><span class="postimg"><img src="https://aptonic123.s3.amazonaws.com/step2.png" alt="https://aptonic123.s3.amazonaws.com/step2.png" /></span></p><p>AppleScript code to copy and paste into the &#039;Configure AppleScript&#039; section as shown in the screenshot above:</p><div class="codebox"><pre><code>repeat with i from 1 to number of items in draggedFiles
    set draggedFile to item i of draggedFiles
    set aFile to draggedFile as alias
    tell application &quot;Finder&quot; to open information window of aFile
end repeat</code></pre></div></blockquote></div><p>It works.<br />Thank you very much!</p>]]></content>
			<author>
				<name><![CDATA[IvanPsy]]></name>
				<uri>https://forums.aptonic.com/user/25741/</uri>
			</author>
			<updated>2022-10-23T09:17:00Z</updated>
			<id>https://forums.aptonic.com/post/1378/#p1378</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Getting information from one or more files: is it possible?]]></title>
			<link rel="alternate" href="https://forums.aptonic.com/post/1377/#p1377" />
			<content type="html"><![CDATA[<p>Yep, add a &#039;Run AppleScript&#039; action as shown below:</p><p><span class="postimg"><img src="https://aptonic123.s3.amazonaws.com/step1.png" alt="https://aptonic123.s3.amazonaws.com/step1.png" /></span></p><p>And set it up as shown below:</p><p><span class="postimg"><img src="https://aptonic123.s3.amazonaws.com/step2.png" alt="https://aptonic123.s3.amazonaws.com/step2.png" /></span></p><p>AppleScript code to copy and paste into the &#039;Configure AppleScript&#039; section as shown in the screenshot above:</p><div class="codebox"><pre><code>repeat with i from 1 to number of items in draggedFiles
    set draggedFile to item i of draggedFiles
    set aFile to draggedFile as alias
    tell application &quot;Finder&quot; to open information window of aFile
end repeat</code></pre></div>]]></content>
			<author>
				<name><![CDATA[John]]></name>
				<uri>https://forums.aptonic.com/user/2/</uri>
			</author>
			<updated>2022-10-19T11:04:20Z</updated>
			<id>https://forums.aptonic.com/post/1377/#p1377</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Getting information from one or more files: is it possible?]]></title>
			<link rel="alternate" href="https://forums.aptonic.com/post/1376/#p1376" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>John wrote:</cite><blockquote><p>Hi there,</p><p>Which file information are you wanting to see?</p><p>John</p></blockquote></div><p>Hi John.</p><p>The usual information, when you go on a file and right click, and then you click the get information option.</p><p>As for my use case, I usually check the size of the file (how many Mb...), if it&#039;s an image I also check the dimensions, if it&#039;s a video I check the duration...</p><p>Sometimes I need the whole data.</p>]]></content>
			<author>
				<name><![CDATA[IvanPsy]]></name>
				<uri>https://forums.aptonic.com/user/25741/</uri>
			</author>
			<updated>2022-10-19T10:50:39Z</updated>
			<id>https://forums.aptonic.com/post/1376/#p1376</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Getting information from one or more files: is it possible?]]></title>
			<link rel="alternate" href="https://forums.aptonic.com/post/1375/#p1375" />
			<content type="html"><![CDATA[<p>Hi there,</p><p>Which file information are you wanting to see?</p><p>John</p>]]></content>
			<author>
				<name><![CDATA[John]]></name>
				<uri>https://forums.aptonic.com/user/2/</uri>
			</author>
			<updated>2022-10-19T09:50:15Z</updated>
			<id>https://forums.aptonic.com/post/1375/#p1375</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Getting information from one or more files: is it possible?]]></title>
			<link rel="alternate" href="https://forums.aptonic.com/post/1374/#p1374" />
			<content type="html"><![CDATA[<p>Greetings,</p><p>is it possibile to have Dropzone show me the information of one or more file when I drag and drop into the area?<br />Is it possible to build an action for that? How?</p><p>Thank you.</p>]]></content>
			<author>
				<name><![CDATA[IvanPsy]]></name>
				<uri>https://forums.aptonic.com/user/25741/</uri>
			</author>
			<updated>2022-10-19T09:48:59Z</updated>
			<id>https://forums.aptonic.com/post/1374/#p1374</id>
		</entry>
</feed>
