Search results

  1. S

    HTML5 Audio and Video tag not supported in Chromium

    when will exeoutput update its CEF?
  2. S

    Accessing to a folder with changing content

    its working now… 😃
  3. S

    Accessing to a folder with changing content

    im actually using an external folder(data/images) where end users can add new images into the folder php code will fetch images from the folder: " <?php $dir = 'images/'; $handle1 = opendir($dir1); while($file1 = readdir($handle1)) { echo '< img src="images/"'.$file1.'"...
  4. S

    Accessing to a folder with changing content

    may i add something? Do i have to enable something for this to work? I’ve tried doing something like this, A local folder with changing content, Works fine in displaying the content after compiling, but when i changed/or add new content to the folder, the new content is not displayed and the...
Back
Top