Hi everyone, is it possible to move user uploaded file directly to network drive?

|
MusthafaM 2020-07-29 08:36:09
digitalharish_com 2020-07-26 09:23:08
Hi frds, i have an small doubt

Java
Php (laraval)
Python (django)

Which is best, easy to scalable, secure, low learning curve, security to develop uber like platform. Pls share ur openions.

U can use node js
For uber like application with high scalability

web_artisan77 2020-07-29 09:05:38
laravel_discuss-46533.jpg

2020-07-29 10:38:00
Coding High
A Place where Future Professional comes and learns new things Every day
Content That We Provide
(Books+Articles)
1. Machine learning
2. Artificial intelligence
3. Web Development (Html, CSS, JavaScript, Django, )
And Programing related content
Let’s Code
Channel name: Coding High
albertawe 2020-07-29 11:10:49
Hi everyone, is it possible to move user uploaded file directly to network drive? (not to a local drive)
cayetanohosma 2020-07-29 11:23:53
I think so, if you have access to network drive. In a quick and dirty way you can use system(‘mv source target’, $retval); and it should move your file
alwad3ani 2020-07-29 11:23:58
laravel_discuss-46539.jpg

alwad3ani 2020-07-29 11:23:58
laravel_discuss-46538.jpg

alwad3ani 2020-07-29 11:24:09
Why does the alert show twice?
cayetanohosma 2020-07-29 11:25:21
Sorry, maybe I’m a little bit blind, but I can’t see any alert
2020-07-29 11:29:07
https://www.freelancer.in/articles/web-development/13-cool-tricks-for-html

Channel Name: Coding High

13 cool tricks for HTML | freelancer.inFreelancer.com
These simple HTML tricks will help you create a beautiful site and a great user experience. Master them to ensure your clients keep you employed.
Alim_Ibn_Abu 2020-07-29 11:29:32
a
pranavsense 2020-07-29 12:24:28
my laravel application giving 419 error
– im sending csrf token via form, also added in meta
– tried regenerating app key
– tried clearing app and config cache
– on disabling csrf for login page it doesnt give 419 anymore but auth user session is not getting saved and user logs out

#TIA

albertawe 2020-07-29 12:28:54
cayetanohosma 2020-07-29 11:23:53
I think so, if you have access to network drive. In a quick and dirty way you can use system(‘mv source target’, $retval); and it should move your file

okay sir, gonna try it soon 😊 thanks a lot

flyingdragons 2020-07-29 13:01:55
albertawe 2020-07-29 11:10:49
Hi everyone, is it possible to move user uploaded file directly to network drive? (not to a local drive)

Yes it is.

flyingdragons 2020-07-29 13:02:07
https://stackcoder.in/posts/move-uploaded-files-from-local-computer-or-server-to-amazon-s3-bucket-in-php

Move Uploaded Files From Local Computer Or Server To Amazon S3 Bucket In PHP | StackCoderStackCoder
In this article you will learn how to move your uploaded files from local computer or server to Amazon S3 bucket.
flyingdragons 2020-07-29 13:03:34
If within the same network it will be the same but you need to change the path
pranavsense 2020-07-29 13:08:56
pranavsense 2020-07-29 12:24:28
my laravel application giving 419 error
– im sending csrf token via form, also added in meta
– tried regenerating app key
– tried clearing app and config cache
– on disabling csrf for login page it doesnt give 419 anymore but auth user session is not getting saved and user logs out

#TIA

ok, seems like no cookies are getting submitted on user data submit, how to solve thhis ?

alwad3ani 2020-07-29 13:11:05
alwad3ani 2020-07-29 11:24:09
Why does the alert show twice?

laravel_discuss-46554.jpg

alwad3ani 2020-07-29 13:11:19
laravel_discuss-46555.jpg

2020-07-29 14:27:19
Do you need a web or mobile app or a school software project, just fill this form to make a request and we would get back to you ASAP http://tectainet.com/softwarerequest
CyberPanther 2020-07-29 16:44:02
Is vanilla javascript better or jQuery? , I mostly need one while doing ecommerce projects.
ktmsulaim 2020-07-29 17:21:45
CyberPanther 2020-07-29 16:44:02
Is vanilla javascript better or jQuery? , I mostly need one while doing ecommerce projects.

Jquery made development easy

duruiz 2020-07-29 19:08:18
CyberPanther 2020-07-29 16:44:02
Is vanilla javascript better or jQuery? , I mostly need one while doing ecommerce projects.

you have to check, there is no best tool but right tools for your needs
pure javascript is great and capable of lot’s of things, but learning it may be slower, you get the best performance, but you need a transpiler for crossbrowser support

jQuery will be simpler to use, but it’s more bloated and will be more resource consuming than pure js, also is kind of deprecated in modern front end development

duruiz 2020-07-29 19:11:39
I’ve been developing front end projects for a while, and I don’t see jquery in my projects for something like 2 years now
so if you have time and care a lot about performance, maybe learning how to work with pure js is best, if you are on a hurry and greeeat performance is not the most important thing, maybe jQuery is the right path
2020-07-29 20:17:29
Coding High
A Place where Future Professional comes and learns new things Every day
Content That We Provide
(Books+Articles)
1. Machine learning
2. Artificial intelligence
3. Web Development (Html, CSS, JavaScript, Django, )
And Programing related content
Let’s Code
Channel Name:: Coding High
Hephyang 2020-07-29 20:53:07
I’m using laravel 7 and PHP7.3, my index.blade.php return errors for this line of code
@if(count($posts)>1…

Error:
count(): parameter must be an array or an object that implements countable (view:

Hephyang 2020-07-29 20:53:29
Hephyang 2020-07-29 20:53:07
I’m using laravel 7 and PHP7.3, my index.blade.php return errors for this line of code
@if(count($posts)>1…

Error:
count(): parameter must be an array or an object that implements countable (view:

Somebody should please help

isofdev 2020-07-29 20:55:07
Hephyang 2020-07-29 20:53:29
Somebody should please help

Try this
count(array($posts))>1..

Hephyang 2020-07-29 20:55:37
isofdev 2020-07-29 20:55:07
Try this
count(array($posts))>1..

Still throwing error

natghi2010 2020-07-29 20:56:35
Hephyang 2020-07-29 20:53:07
I’m using laravel 7 and PHP7.3, my index.blade.php return errors for this line of code
@if(count($posts)>1…

Error:
count(): parameter must be an array or an object that implements countable (view:

im pretty sure this concept can be killed if you pass the count as a seperate variable to the view

natghi2010 2020-07-29 20:57:45
use eloqent count method
natghi2010 2020-07-29 20:59:08
Hephyang 2020-07-29 20:53:07
I’m using laravel 7 and PHP7.3, my index.blade.php return errors for this line of code
@if(count($posts)>1…

Error:
count(): parameter must be an array or an object that implements countable (view:

also check the contents of the $posts

Hephyang 2020-07-29 21:00:22
natghi2010 2020-07-29 20:59:08
also check the contents of the $posts

Thanks I will check

isofdev 2020-07-29 21:04:13
Hephyang 2020-07-29 20:55:37
Still throwing error

Sorry it’s count((array)$posts)

Prince_lawrenzo 2020-07-29 21:34:21
Recommendation for other plugins for laravel 7.22.4 Spatie/laravel-permission not working
2020-07-29 21:40:14
Hi All, i have 2 models, users and tests, where user can add monthly test. I need to query all users that doesn’t have tests in the last 6 months.

How would query look like? i can’t seems figure. out

2020-07-29 21:41:46
I did something like this but it’s not working as expected

User::where(‘role_id’, ‘!=’, ‘1’)
->whereHas(‘test’, function ($query) {
$query->where(‘user_tests.updated_at’, ‘>=’, Carbon::now()->subMonth(6)->toDateTimeString())
->where(‘updated_at’, ‘<‘, Carbon::now()->toDateTimeString());
})
->where(‘operational_team’, ‘0’)->toSql();

loveycom 2020-07-29 23:24:16
2020-07-29 21:40:14
Hi All, i have 2 models, users and tests, where user can add monthly test. I need to query all users that doesn’t have tests in the last 6 months.

How would query look like? i can’t seems figure. out

https://stackoverflow.com/questions/47811058/laravel-get-records-from-one-table-that-doesnt-exist-in-another-with-a-where

Laravel – Get records from one table that doesn’t exist in another with a where clause attachedStack Overflow
I’ve got the following SQL tables (in MySQL):

students
+—–+————+
| id | first_name |
+—–+————+
| 01 | John |
+—–+————+
| 02 | Jane |
+—–+——…

natghi2010 2020-07-30 07:00:58
how to include css CDN in my laravel application?
oxbir 2020-07-30 09:21:19
laravel_discuss-46594.jpg

oxbir 2020-07-30 09:21:48
oxbir 2020-07-30 09:21:19

I see this sliders field in database [] and it did not copied to images/design-studios folders.

2020-07-30 09:31:53
thanks @loveycom . i am looking into it
MishalLeo 2020-07-30 09:36:09
I want to ask that how to give size in tinyInteger 1
MishalLeo 2020-07-30 09:36:21
And not 4
MishalLeo 2020-07-30 10:04:23
Anyone knows
loveycom 2020-07-30 10:16:58
MishalLeo 2020-07-30 09:36:09
I want to ask that how to give size in tinyInteger 1

Tinyinteger(1) is same thing as boolean. Just use boolean and set default to true (1) or false (0)

GenjiruSUchiwa 2020-07-30 10:23:32
Hello ! I’m looking for open source projects ( Laravel ) to contribute to. Any proposals?
oxbir 2020-07-30 10:30:50
oxbir 2020-07-30 09:21:48
I see this sliders field in database [] and it did not copied to images/design-studios folders.

helppppppppppppppppppppp

ElyorDjalalov 2020-07-30 10:55:10
laravel_discuss-46605.jpg

ElyorDjalalov 2020-07-30 10:55:31
laravel_discuss-46606.jpg

|