You are currently viewing the BOOK: PHP and MySQL: Create-Modify-Reuse ISBN: 978-0-470-19242-9 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
File manager's upload and download not functioning well
first of all i need to ask the authur of create modify reuse if the file_manager application on chapter 6 of the book can work on a windows file system?
if it can work on a windows file system then my upload and downloads are not functioning.
There was a type-o in the book where helper.js was specified, but the name of the file with the helper JavaScript functions is ajax.js. Does it work if you change helper.js to ajax.js? It shouldn't matter that you're on Windows or not.
thanks tboronczyk. i'v figured out that already. its working well on windows file system after changing the BASEDIR to "C:\(any.path)". but yet my uploads are not working.