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

File field

New Here ,
Mar 24, 2009 Mar 24, 2009

Copy link to clipboard

Copied

I need help using the file field form. I want to be able to have a registered user upload a file to their profile.
TOPICS
Server side applications

Views

391

Translate

Translate

Report

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
Guest
Apr 08, 2009 Apr 08, 2009

Copy link to clipboard

Copied

Me too. I'm also have problem in how to upload file/image into database... Could someone teach us how?

Votes

Translate

Translate

Report

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 ,
Apr 09, 2009 Apr 09, 2009

Copy link to clipboard

Copied

LATEST

Handling file uploads requires a knowledge of a server-side language like PHP, ASP, or ColdFusion. Dreamweaver does not have any server behaviors that will do this for you automatically.

If your site supports PHP, you can learn how to do file uploads by reading the PHP online manual at http://docs.php.net/manual/en/features.file-upload.php. It's not particularly difficult, but you need to be aware of security issues (not allowing executable files to be uploaded, for example). My book, "PHP Solutions" devotes a couple of chapters to file uploads and handling images.

If you don't want to code things yourself, WebAssist creates a commercial extension, Digital File Pro, that automates it for you. The extension supports ASP, ColdFusion, and PHP. DMXzone also creates commercial upload extensions for Dreamweaver. However, there are different versions for ASP and PHP.

Votes

Translate

Translate

Report

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