Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getting just the uploaded file name #16

Open
jwed opened this issue Dec 31, 2016 · 1 comment
Open

getting just the uploaded file name #16

jwed opened this issue Dec 31, 2016 · 1 comment

Comments

@jwed
Copy link

jwed commented Dec 31, 2016

Hi,

How can I get just the file name after upload the file ...??
what is the format to get the name.

Thank you ..

@amandhakad
Copy link

This is old, but anyone might be looking for this answer as there is no mention about file name in documentation.

You can echo $data['data']['metas']['0']['name']; If multiple files are being uploaded, then 0 can be replaced by 1, 2, 3 and so on to get file names of all uploaded files.
I got file name in this way:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants