Did you set form enctype?

|
Rajat Agrawal 2020-07-02 12:54:14
laravel_discuss-43554.jpg

Rajat Agrawal 2020-07-02 12:55:28
skys215 2020-07-02 12:47:48
Filename cannot be empty

this is my code name is there

skys215 2020-07-02 13:00:16
Rajat Agrawal 2020-07-02 12:55:28
this is my code name is there

dump the filename

Rajat Agrawal 2020-07-02 13:01:00
skys215 2020-07-02 13:00:16
dump the filename

remove the name attribute

yunartyom 2020-07-02 13:01:24
skys215 2020-07-02 12:44:10
Did you install pdo_mysql?

Yes

yunartyom 2020-07-02 13:01:48
laravel_discuss-43561.jpg

yunartyom 2020-07-02 13:11:25
Im pologizing for English, I’m from Russia
skys215 2020-07-02 13:12:17
Did you Google it?
skys215 2020-07-02 13:13:37
yunartyom 2020-07-02 12:43:32
Just MySQL

MySQL or mysql?

yunartyom 2020-07-02 13:15:23
Maybe someone has bewitched my computerπŸ˜‚
Marvixino 2020-07-02 14:50:32
How to show/hide Vue element based on API response?
rashadpoovannur 2020-07-02 15:17:44
I want use api-key for app and also tokens for logined users in api .how it done .
kuzmich321 2020-07-02 16:12:35
Marvixino 2020-07-02 14:50:32
How to show/hide Vue element based on API response?

What does it return ?

Marvixino 2020-07-02 16:13:18
True or false
kuzmich321 2020-07-02 16:14:21
Marvixino 2020-07-02 16:13:18
True or false

What’s the problem then ? If true display that if not then not to do it

kuzmich321 2020-07-02 16:17:45
Like if(apiCall) class = ” else class = ‘hidden’
kuzmich321 2020-07-02 16:19:07
Or whatever
aycayder 2020-07-02 16:33:05
laravel_discuss-43578.jpg
Do you know how to deal with 401 unauthorized error on Laravel 7 while posting Passport authorization_code request? All of the client_id, redirect_uri and secret information are equal with the database.
kuzmich321 2020-07-02 16:38:51
Marvixino 2020-07-02 16:13:18
True or false

Oh yeah, there is hidden property, I almost forgot lol
v-If(apiCall) hidden
Hope itll help ! πŸ™‚

PeterJaap 2020-07-02 16:38:59
laravel_discuss-43580.jpg

PeterJaap 2020-07-02 16:39:10
Hi everybody, I wrote a book about writing command line applications using Laravel Zero. If you’re interested in CLI tools, check out masteringclitools.com. Use the code TELEGRAM to get 10% off!
Rajat Agrawal 2020-07-02 16:50:49
can i render the image from bas64 string directly to blade without saving the image into public folder
Siberfx 2020-07-02 16:59:42
Yeah
Siberfx 2020-07-02 17:00:37
You want to use through db or ?
Rajat Agrawal 2020-07-02 17:01:24
Siberfx 2020-07-02 17:00:37
You want to use through db or ?

through rest api I will get the string base64

Siberfx 2020-07-02 17:01:56
So usual way
Siberfx 2020-07-02 17:02:13
Only in src with quotes
Siberfx 2020-07-02 17:02:23
‘ ‘
Rajat Agrawal 2020-07-02 17:04:56
Siberfx 2020-07-02 17:02:13
Only in src with quotes

its not working

Siberfx 2020-07-02 17:05:15
Show me the way you did it
Marvixino 2020-07-02 17:05:22
kuzmich321 2020-07-02 16:38:51
Oh yeah, there is hidden property, I almost forgot lol
v-If(apiCall) hidden
Hope itll help ! πŸ™‚

The API called by axios, the element show be hidden then displayed based on API response

kuzmich321 2020-07-02 17:06:17
Marvixino 2020-07-02 17:05:22
The API called by axios, the element show be hidden then displayed based on API response

Then save the result and use it

Rajat Agrawal 2020-07-02 17:07:01
Siberfx 2020-07-02 17:05:15
Show me the way you did it

yes i am sending screenshot

Marvixino 2020-07-02 17:07:25
It’s not simple as you saying
Rajat Agrawal 2020-07-02 17:13:39
laravel_discuss-43596.jpg

Rajat Agrawal 2020-07-02 17:15:17
Siberfx 2020-07-02 17:05:15
Show me the way you did it

look I have posted the image

kuzmich321 2020-07-02 17:15:41
Marvixino 2020-07-02 17:07:25
It’s not simple as you saying

Do you mean you need to make an API call somewhere else and then based on the response to display that element ?

kuzmich321 2020-07-02 17:17:41
If yes then you can make a function being on that element and awaiting the response of the API call
Rajat Agrawal 2020-07-02 17:18:26
I am getting the base64 string from third party api and than I want to show in blade file image
Rajat Agrawal 2020-07-02 17:18:58
but it didnt work4
Rajat Agrawal 2020-07-02 17:19:10
Rajat Agrawal 2020-07-02 17:15:17
look I have posted the image

Look this is the way I tried

. 2020-07-02 17:24:28
Rajat Agrawal 2020-07-02 12:44:22

did you set form enctype?

Rajat Agrawal 2020-07-02 17:27:33
. 2020-07-02 17:24:28
did you set form enctype?

for retrieving where i need to specify

Rajat Agrawal 2020-07-02 17:29:53
. 2020-07-02 17:24:28
did you set form enctype?

I have the base64 string in controller and than i passed it to view (blade) than i put the decode base64 into src of image

Marvixino 2020-07-02 17:33:40
Correct
imkb 2020-07-02 18:03:53
Expected response code 250 but got code “530”, with message “530 5.7.1 Authentication required
imkb 2020-07-02 18:04:28
Expected response code 250 but got code “530”, with message “530 5.7.1 Authentication required
imkb 2020-07-02 18:04:58
Expected response code 250 but got code “530”, with message “530 5.7.1 Authentication required
imkb 2020-07-02 18:06:13
Expected response code 250 but got code “530”, with message “530 5.7.1 Authentication required

Expected response code 250 but got code “530”, with message “530 5.7.1 Authentication required

Expected response code 250 but got code “530”, with message “530 5.7.1 Authentication required

Expected response code 250 but got code “530”, with message “530 5.7.1 Authentication required

Expected response code 250 but got code “530”, with message “530 5.7.1 Authentication required

Expected response code 250 but got code “530”, with message “530 5.7.1 Authentication required

Expected response code 250 but got code “530”, with message “530 5.7.1 Authentication required

Expected response code 250 but got code “530”, with message “530 5.7.1 Authentication required

Expected response code 250 but got code “530”, with message “530 5.7.1 Authentication required

Expected response code 250 but got code “530”, with message “530 5.7.1 Authentication required

Expected response code 250 but got code “530”, with message “530 5.7.1 Authentication required

Expected response code 250 but got code “530”, with message “530 5.7.1 Authentication required

Expected response code 250 but got code “530”, with message “530 5.7.1 Authentication required

*How to this solve???????

imkb 2020-07-02 18:06:27
Expected response code 250 but got code “530”, with message “530 5.7.1 Authentication required

Expected response code 250 but got code “530”, with message “530 5.7.1 Authentication required

Expected response code 250 but got code “530”, with message “530 5.7.1 Authentication required

Expected response code 250 but got code “530”, with message “530 5.7.1 Authentication required

Expected response code 250 but got code “530”, with message “530 5.7.1 Authentication required

Expected response code 250 but got code “530”, with message “530 5.7.1 Authentication required

Expected response code 250 but got code “530”, with message “530 5.7.1 Authentication required

Expected response code 250 but got code “530”, with message “530 5.7.1 Authentication required

Expected response code 250 but got code “530”, with message “530 5.7.1 Authentication required

Expected response code 250 but got code “530”, with message “530 5.7.1 Authentication required

Expected response code 250 but got code “530”, with message “530 5.7.1 Authentication required

Expected response code 250 but got code “530”, with message “530 5.7.1 Authentication required

Expected response code 250 but got code “530”, with message “530 5.7.1 Authentication required

*How to this solve???????

|