How to access image uploaded to tmp path from edge? #1291
Answered
by
thetutlage
subhamcodes
asked this question in
Help
-
In adonis 4.1 I used to get the tmpPath by using Helpers. However, I have not found anything similar in adonis 5.
|
Beta Was this translation helpful? Give feedback.
Answered by
thetutlage
Jul 21, 2020
Replies: 1 comment 2 replies
-
You can get it using import Application from '@ioc:Adonis/Core/Application'
Application.tmpPath For rest of the methods, you can rely on Typescript intellisense 😄 |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
subhamcodes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can get it using
Application
. I understand, its not documented.For rest of the methods, you can rely on Typescript intellisense 😄