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'));
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'));
when i submit the form action is not working its redirct the same page what will i do?
my form:
Please or to participate in this conversation.