gayathri's avatar

form post issue

when i submit the form action is not working its redirct the same page what will i do?

my form:

my route: Route::post('upload', array('as' => 'upload', 'uses' => 'ImageUploadController@store'));

0 likes
2 replies
gayathri's avatar

when i submit the form action is not working its redirct the same page what will i do?

my form:

Upload Profile Picture

Do you want to hide your image from other users? my route: Route::post('upload', array('as' => 'upload', 'uses' => 'ImageUploadController@store'));

gayathri's avatar

when i submit the form action is not working its redirct the same page what will i do?

my form:

my route: Route::post('upload', array('as' => 'upload', 'uses' => 'ImageUploadController@store'));

Please or to participate in this conversation.