Hi All,
I am just beginning to enjoy using shiny.
I am running a shiny app on R-studio cloud and want to upload the file from my local system. The file is a C++ file.
my first question: I am using the argument accept= .cpp. Is the the correct way to implement this ? code below:
fileInput("file1", "Choose text/cpp File",
multiple = FALSE,
accept = c("text/csv",".cpp"))
Second question:
i am saving the .cpp file on my local computer in a www folder. The file is being uploaded, however I get the error invalid path argument.
Can someone please suggest how to resolve this issue.
Thanks a lot for the support.
-Abi