Welcome Guest, Not a member yet? Register   Sign In
[solved] CI4 request missing POST and FILES data
#2

Seems dumb to answer my own question, but I did finally figure this out. Apparently the wildcard routing starts a new HTTP request, so the POST and FILES info was getting lost.

When I changed my route to editor/do_upload instead of editor/do_upload/(:any), it started working. I just had to tweak it to pass my URL parameter as a hidden POST field instead.
Designer, developer and Diet Dr. Pepper addict. Messing up PHP since <?= $when['year';] ?>
Reply


Messages In This Thread
RE: CI4 request missing POST and FILES data - by jameslittle - 01-21-2020, 09:52 PM



Theme © iAndrew 2016 - Forum software by © MyBB