如何从其他[Laravel 5.4]中的一个控制器调用功能?

时间:2017-10-24 09:10:53

标签: php laravel

我有上传文件的功能。

Profile

我有另一个控制器:Profile。当我创建Profile时,我想上传个人资料图片。如何从image_url控制器调用功能上传并发送字段library(shiny) ui <- (fluidPage( sidebarLayout( sidebarPanel( selectInput("userInput","Select User", c(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21), selected=1), selectInput("LongInput", "Long Strings", c("This is a long long string that is long.", "This is a long long string that is longer.")) ), # allows for long texts to not be wrapped, and sets width of drop-down tags$head( tags$style(HTML(' .selectize-input { white-space: nowrap; } #LongInput + div>.selectize-dropdown{ width: 660px !important; } #userInput + div>.selectize-dropdown{ width: 357px !important; maxItems: 21; } ' ) ) ) ) )) server <- function(input, output, session) {} shinyApp(ui, server)

0 个答案:

没有答案