Closed adamazad closed 11 years ago
Hi, How can I echo (print) the file path on success?
Well from what you've shown in the issue description, you can't do that. This issue tracker is no PHP programming help forum and we also do not offer such a forum here for DropboxUploader uploader.
Maybe try with your local PHP usergroup? I often find helpful people in user-groups and it's also fun to meet.
Alternatively I can offer professional support if you're willing to pay. Let me know, until then I'll close this issue.
Hi, How can I echo (print) the file path on success?
echo 'File successfully uploaded to your Dropbox!';
I tried adding " echo $_FILES['file']['name'] " after closing span:
echo 'File successfully uploaded to your Dropbox!' . echo $_FILES['file']['name'];
but it didn't work, for now I want just to echo of the uploaded file, I will add " https://dl.dropboxusercontent.com/u/< USER ID>/'. later because I want it for a project that's means I wont change the user id thanks