Jump to content
Server Maintenance This Week. ×

This topic is 6558 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I've inserted a pdf (of a powerpoint presentation) into a container field. It works fine if I choose "store only a reference to the file". But I want the file to upload to the server, so I've deselected "store only a reference to the file". The file takes some time to (presumably) upload, but if I double click on it, it does not open.

Any suggestions?

Thanks!

Link to comment
Share on other sites

You could make the following script and attach it to your container field...

If[isEmpty(Container)]

Insert File[]

Else

Export[Container ; "C:temp.pdf"]

Send Event[use os level scripting to open the file here... in windows you would just use "c:temp.pdf"]

End If

... or something. I don't deal much with mac, but thats how i go about it in windows.

~Genx

Link to comment
Share on other sites

This topic is 6558 days old. Please don't post here. Open a new topic instead.

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.