© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
7 replies
Nima Hamidpour

get error when upload file for import excel

i want to import excel in filament but not csv extention and xlsx,ImporterAction filament just get csv and can not import xlsx
so im using maatwebsite package but when use form in filament like this code
Tables\Actions\Action::make('test')->form([
FileUpload::make('test')
])->action(function ($data){
Excel::import(new MoadianImport,$data['test']);
})

get error

Could not find zip member zip:///var/www/html/storage/framework/cache/laravel-excel/laravel-excel-bdpt3IAx5mAIgTXDE3B4a4MJbc447cKD.xlsx#_rels.rels


but when use custom view in filament like this

<x-filament::input.wrapper>
<x-filament::input.select wire:model="productId" label="sad">
@foreach(\App\Enums\Moadian\MoadianRequestTypeEnum::cases() as $step)
<option>{{$step->name}}</option>
@endforeach
</x-filament::input.select>
</x-filament::input.wrapper>

<x-filament::input.wrapper class="mt-3">
<x-filament::input
type="file"
wire:model="file"
/>
</x-filament::input.wrapper>
<x-filament::button
type="submit"
color="warning"
class="w-full mt-3">
تایید اطلاعات
</x-filament::button>

i can upload excel

why can not import excel with header action form
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Excel Import Issue
FilamentFFilament / ❓┊help
11mo ago
Excel Import modal
FilamentFFilament / ❓┊help
2y ago
When Uploading filed I get Error livewire/upload-file
FilamentFFilament / ❓┊help
16mo ago
file upload error
FilamentFFilament / ❓┊help
2y ago