#uploaded file is NULL after using laravel/octane

3 messages · Page 1 of 1 (latest)

gleaming creek
#

Before using octane, I already have a feature to import excel data into my app and it's work properly.
but after using octane, the uploaded file is going to be NULL instead of showing the proper file.

my env. is sail with WSL 2

tardy current
#

I am having a hard time trying to undertand your issue.
could you be more specific? maybe some code examples of what the file upload looks like?

gleaming creek
#

I think the issue came from octane.
I just using octane + frankenphp. Then I can't use any feature that I've been created (It's work properly before using octane) related with laravel storage. I've read frankenphp official doc (laravel integration section) and found "Changing The Storage Path", but not sure how to configure the path properly to solve my issue.

FrankenPHP is a new app server for PHP apps (built on top of Caddy) and a library to embed the PHP interpreter in Go web servers.