Hi,
I recently developed an extension that reads a .csv File after publishing an entry. The file is uploaded via the native Expressionengine File-Fieldtype.
I’m calling the extension on ‘entry_submission_absolute_end’ and I’m using fgetcsv to read its contents.
So when I test the extension everything seems fine and works like a charm, but when the client I developed the extension for submits the entry, it seems that the file is empty and therefore isn’t parsed.
When I log into the CP and just hit submit, everything is running well again. (Even if I’m using my clients member)
(running EE 2.5.5)
Any ideas why that happens?
Thanks
Flo