can’t access $_FILES inside my plugin
-
hi all, i am trying to write a buddypress plugin. i hooked a file upload control (`name=’ma_file’ id=’ma_file’`) to the private message screen and its showing up there on the compose screen. now i have to access the file selected in the file upload control. m trying to access `$_FILES` inside a function i wrote in `messages_message_before_save` action. but `$_FILES` always returns blank. please help
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘can’t access $_FILES inside my plugin’ is closed to new replies.