A
A
Alexander2016-11-27 16:12:47
JavaScript
Alexander, 2016-11-27 16:12:47

How to display a text file in yii2 with further pagination?

please tell me how to upload a text file?
when uploading it, it is saved in my web / uploads /
modelka: a8cb61cf0383477d8e241705f2abd0a9.png
how to upload it to the page to which I will still paginate, such as to read it online, on yii2 it is possible by default or are there any widgets,? so far I don’t see the possibility except to cook a function in php or read js what it offers there)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
eudj1n, 2016-12-10
@koshalex

Provided that the file is small and there will be no memory problems:

  1. Get the full path to a file
  2. Read its contents through the file() function
  3. Initialize ArrayDataProvider
  4. Display in the desired form, for example, through GridView .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question