0

How do I upload 3gp files to my server and view it? I was told that I need a htaccess.

  • Could you be more specific? What server do you have? What means do you want to use to upload the files? – Andrew Ensley Mar 03 '09 at 01:32
  • And what device/OS/platform/browser are you trying to upload from? – Anirvan Mar 03 '09 at 01:41
  • Right now I am currently making a cell phone website by using mobisitegalore.com.  I am using window xp with exploer and firefox as my browers. I am currently using www.startlogic.com as my server which is a unix server. The staff informed me that I need a.htaccess file to view my 3gp videos. –  Mar 03 '09 at 02:05
  • Oh, in that case do what Erick said. It's probably just a matter of setting the MIME type. – Anirvan Mar 03 '09 at 17:28

1 Answers1

2

Apparently if you type :

AddType video/3gpp 3gp .3gp

inside of a .htaccess file it would help. According to Nokia's forums. Well this is if I understood correctly the question.

Erick
  • 5,969
  • 10
  • 42
  • 61