Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Upload File-Field

Guest
Aug 02, 2007 Aug 02, 2007
I'm having difficulty uploading files from my website. Everything seems to be working fine, until I hit the submit button and get the error message "http 404 page not found". The problem appears to be the "Action" field in the Properties section. Does anyone know exactly what should be entered into this field...I entered home/public_ftp/incoming from my server side but I think that is incorrect...what should be in the Action field?
TOPICS
Server side applications
378
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Aug 02, 2007 Aug 02, 2007
a code snippet would be helpful. not totally clear on what you're trying to do
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 03, 2007 Aug 03, 2007
On Fri, 3 Aug 2007 03:31:36 +0000 (UTC), "howtoj"
<webforumsuser@macromedia.com> wrote:

>I'm having difficulty uploading files from my website. Everything seems to be
>working fine, until I hit the submit button and get the error message "http 404
>page not found". The problem appears to be the "Action" field in the Properties
>section. Does anyone know exactly what should be entered into this field...I
>entered home/public_ftp/incoming from my server side but I think that is
>incorrect...what should be in the Action field?

The action attribute should be the url of the server side script that
copies the uploaded file from the temporary location it gets uploaded to
to a permanent location where you want it saved.

Gary
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 03, 2007 Aug 03, 2007
Thanks Gary. This is howtoj. I'll try what you suggested.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 03, 2007 Aug 03, 2007
LATEST
On Fri, 3 Aug 2007 14:44:43 +0000 (UTC), "semaj06"
<webforumsuser@macromedia.com> wrote:

>Thanks Gary. This is howtoj. I'll try what you suggested.

You're welcome. Good luck!

Gary
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines