0
Ideal coding for upload, read and display file.txt's content
Im developing website to upload novel's content chapter by chapter via file.txt. But having problem cant uploaded it into file directory or even mysqli database. So its impossible for read process and display the contents on interface. Can you guys help me guide the codings or share with me the ideal codings for this process.
1 Odpowiedź
+ 1
For security reasons, web code has very limited access to the device. Think how easy I could put a virus on your device with full access. Your read/write data storage is limited to cookies. You can start a file download that the user can abort or accept.