Forum

Kahn
Moderator
    Has successfully completed the online course Introduction
    Has successfully completed the online course Intermediate (200)
    Has successfully completed the online course Advanced (300)
6 years, 3 months ago #14153
Up
0
Down
::

Hello Shaila,

if you have sotred the file in the Application Assets, then the asset is stored only in the application and the connector cannot access it. You have to store it on the server itself.

One way would be to use the HTML5 Uploader and note the session (filename). Then reference the uploads temporary folder with the session (filename)

This would be /tmp/uploads/[SESSION]

Cheers

Kamil