In the bash shell, you can ask the user for input and enable readline completion for the user with the -e flag. (e.g. read -e -p 'GET YOUR FILE: ' file will allow the user to use tabs to find the file.)
ZSH completion is more advanced and extensible, so I was hoping I could find a zsh inline that allowed this kind of behavior.
brent source share