Jump to content

This topic is 6624 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted (edited)

I am creating an IWP application and NEED the ability to attach files. Has anyone come up with a clever workaround? Is there an extension out there? Help, I'm desperate for ideas!

Edited by Guest
  • 2 weeks later...
Posted

Hi,

I wish FMP would support document upload but it doesn't, so I built a solution that uses e-mail to upload files. This is how it works:

1. Users send attachments to [email protected]

2. I have a machine running FMP 8.0v3 client with extensions: Dacons Scriptfire and Dacons mail.it3. This is running 24x7x365.

3. Scriptfire runs a script every minute which

a. connects to the database

b. downloads any e-mail and attachments that were sent to [email protected] using mail.it3.

c. creates a new record in the knowledgebase table and saves the attachment in a container.

I am in the process of upgrading the script so that you can replace existing documents by adding the Knowledge Base article in the subject line. If the Knowledge Base article number exists then instead of adding a new record the script would replace the document assigned to that Knowledge Base article ID.

Peter

  • 5 weeks later...
  • Newbies
Posted

Hi,

Any new developments on this one? I too need to be able to upload a file through the IWP web interface and insert it into a container field. Surely we can't be the only ones who need this feature? While I could try and learn Scriptfire, it would be easier to find a plug-in or something.

Thanks,

tsturgeon

Posted

In March I wrote an aricle about this. Here is the link to the zip file. I used PHP to upload the file to a server. You would have to use something like Grab-it from there to pull it into a container field.

http://www.fmwebschool.com/resources/upload.zip

I hope this helps.

In Kindness

Stephen Knight

This topic is 6624 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.