Quantcast
Channel: Active questions tagged r - Stack Overflow
Viewing all articles
Browse latest Browse all 201867

Upload error in basic shiny app in shinyapps.io portal

$
0
0

A very simple shiny app with upload feature is working locally but not on shinyapps.io

Code :

ui <- shiny::fluidPage(
  fileInput("file", "Upload file")
)
server <- function(input, output){

}
shinyApp(ui, server)

Error occurring looks like this :

enter image description here

Link to shinyapps.io app : https://babai.shinyapps.io/stackO/

File to test on upload : http://www.mediafire.com/file/lh98smuid1mprxj/2018-05-20_02-00-10.mat/file

Have seen the following similar question ( Error deploying shiny app that uses fileInput to upload data ). But the solutions here does not work.


Viewing all articles
Browse latest Browse all 201867

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>