php - File upload viewer component in Yii -
is there component in yii can upload , let user view uploaded file after upload:
i want single extension handle following files:
jpg, png, gift, mp3, wav, docx, doc, pdf , wmv
i have tried using xupload not generate previews of files pdf, doc , video files after upload.
any suggestions? have wasted hours in searching.
i think it's going difficult finding single thing ask. you'll have split upload , view functionality. after upload finishes, determine file type , ajax-return kind of preview-url load.
you'll end different viewers you'll have support (one pdf, 1 audio, etc). it's highly unlikely there single previewer out there can handle formats mentioned.
Comments
Post a Comment