Support the ongoing development of Laravel.io →

githubkhentz

Joined 15 Sep 2014

Statistics

Threads 10
Replies 9
Solutions 1
Articles 0

Deploy the Laravel Application to Hostgator

Can anyone help me upload my laravel up to hostgator. It was so difficult to upload and I can't figu...

0 Likes
0 Replies

List all PDF in a directory and open PDF file

I have listed all the pdf files in a table. What I want to do is to generate it as a link. And open...

0 Likes
0 Replies

Rename a file before moving it to Directory

Hi, I want to rename a file by typing the file name on the input/text box before it will upload and...

0 Likes
1 Replies

List all files in Directory at View

Hi, How can I list all the files from my Controller and pass it to my View?

0 Likes
1 Replies
Solved

Uploaded File(PDF) move as *.tmp file

Hi, I created an uploaded facility. Kindly see the the view and controller below : VIEW <form...

0 Likes
2 Replies
Solved
replied 9 years ago

File Uploaded was not in directory

torosegon said: ... if(Input::file('my_pdf')->move(public_path('uploads'), $fileName) ... http:...

0 Likes
replied 9 years ago

List all files in Directory at View

Controller : public function getUploadPdf() { return View::make('file.uploadpdf') ->with('files',...

0 Likes
Solved
replied 9 years ago

Uploaded File(PDF) move as *.tmp file

wow.. Thanks dude mgsmus for helping me :D it works!! :D

0 Likes
replied 9 years ago

Laravel project example with Backend

aik099 said: Hi, Is there any example of Laravel-based project that have back-end. For example on &...

0 Likes
replied 9 years ago

How to upload file/s (specifically pdf)?

iWader said: View: {{ Form::open(['files' => true]) }} {{ Form::file('my_pdf') }} {{ For...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.