Re: [WebDNA] Upload file to mysql

This WebDNA talk-list message is from

2017


It keeps the original formatting.
numero = 113479
interpreted = N
texte = 1074 --Apple-Mail=_111286E6-1F49-4CF2-AD53-2B804E59130F Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii What is the error ? Kind regards Stuart Tremain Pharoah Lane Software AUSTRALIA webdna@idfk.com.au > On 21 Mar 2017, at 12:00, Brian Boegershausen = wrote: >=20 > Mysql error. >=20 >=20 > Brian Boegershausen >=20 >=20 >=20 >=20 >=20 >=20 > On Mon, Mar 20, 2017 at 8:59 PM -0400, "Stuart Tremain" = > wrote: >=20 > Brian, when you say it chokes, do you mean that WebDNA stalls or do = you get a MySQL error message ? >=20 >=20 > Kind regards >=20 > Stuart Tremain > Pharoah Lane Software > AUSTRALIA > webdna@idfk.com.au >=20 >=20 >=20 >=20 >=20 >=20 >> On 21 Mar 2017, at 11:15, > > wrote: >>=20 >> Hi Stewart, >> I have my content field set to MEDIUMBLOB which allows for 16mb max = files. >> So far, I am using files around 100kb, so I am not reaching the max = yet. >> =20 >> My query writes all the data fields and uploads .txt files, but once = I change to a file like a PDF, it chokes. >> =20 >> [showif [referer]^file_manager.dna] >> [FormVariables] >> [showif [name]^filename] >> [text show=3DF]TheFileNM=3D[Middle = StartAfter=3Dfilename=3D"&EndBefore=3D"][name][/middle][/text] >> [/showif] >> [showif [name]^CPK] >> [text show=3DF]CPK=3D[value][/text] >> [/showif] >> [showif [name]^JPK] >> [text show=3DF]JPK=3D[value][/text] >> [/showif] >> [/FormVariables] >> =20 >> [hideif [TheFileNM]=3D] >> [hideif [CPK]=3D] >> [hideif [JPK]=3D] >> [FormVariables] >> [showif [name]^"thefile"] >> [SQLExecute conn_ref=3DTheBlueBiller&result_var=3DUPLOAD_INS] >> INSERT INTO UPLOAD >> (FILE_ID, COMPANY_ID, CLIENT_ID, JOB_ID, NAME, CONTENT, = ROW_ADDED_DTTM) >> VALUES ('', '[LOGIN_COMPANY_ID]', '[CPK]', '[JPK]', '[TheFileNM]', = '[convertchars db=3Ddatabases/upload.db][value][/convertchars]', '[date = %Y-%m-%d %H:%M:%S]') >> [/SQLExecute] >> [/showif] >> [/FormVariables] >> [/hideif] >> [/hideif] >> [/hideif] >> =20 >> [!]=3D=3D=3D=3D=3D=3D=3D=3DUPLOAD.DB FILE------------[/!] >> FROM TO >> ' \' >> " \" >> \ \\ >> % \% >> =20 >> From: Stuart Tremain [mailto:webdna@idfk.com.au = ]=20 >> Sent: Monday, March 20, 2017 6:43 PM >> To: WebDNA Talk List > >> Subject: Re: [WebDNA] Upload file to mysql >> =20 >> Hi Brian >> =20 >> I have not done that, but providing your MySQL field is LONGBLOB all = should work.=20 >> =20 >> Also to be able to insert images that are bigger than 1MB you have to = increase the max_allowed_packed option in the server configuration file. >> =20 >> I use Navicat to write all my queries and then copy & paset the query = into my WebDNA doc. Navicat makes writing & debugging fast. >> =20 >> Kind regards >> =20 >> Stuart Tremain >> Pharoah Lane Software >> AUSTRALIA >> webdna@idfk.com.au >> =20 >> =20 >> =20 >> =20 >>=20 >> =20 >>> On 21 Mar 2017, at 07:55, Brian Boegershausen > wrote: >>> =20 >>> Anyone successfully upload a file to a mysql db? >>> I can upload a text file but that is it. >>> Jpg and gif fail. >>>=20 >>> Unbuntu 14 >>> Webdna 8.2 >>> Mysql 5.5 >>>=20 >>> =20 >>> Brian Boegershausen >>>=20 >>> =20 >>> =20 >>> --------------------------------------------------------- This = message is sent to you because you are subscribed to the mailing list . = To unsubscribe, E-mail to: archives: = http://mail.webdna.us/list/talk@webdna.us = Bug Reporting: = support@webdna.us >> =20 >> =20 >> = =09 >> Virus-free. www.avg.com = >> --------------------------------------------------------- This = message is sent to you because you are subscribed to the mailing list . = To unsubscribe, E-mail to: archives: = http://mail.webdna.us/list/talk@webdna.us = Bug Reporting: = support@webdna.us = ------------------------------------------------= --------- This message is sent to you because you are subscribed to the = mailing list . To unsubscribe, E-mail to: archives: = http://mail.webdna.us/list/talk@webdna.us = Bug Reporting: = support@webdna.us > --------------------------------------------------------- This message = is sent to you because you are subscribed to the mailing list . To = unsubscribe, E-mail to: archives: = http://mail.webdna.us/list/talk@webdna.us Bug Reporting: = support@webdna.us > --------------------------------------------------------- This message = is sent to you because you are subscribed to the mailing list . To = unsubscribe, E-mail to: archives: = http://mail.webdna.us/list/talk@webdna.us Bug Reporting: = support@webdna.us --Apple-Mail=_111286E6-1F49-4CF2-AD53-2B804E59130F Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii What is the error ?

Kind regards

Stuart Tremain
Pharoah Lane Software
AUSTRALIA






On 21 Mar 2017, at 12:00, Brian Boegershausen <brian@endeavotech.com> wrote:

Mysql error.


Brian Boegershausen






On Mon, Mar 20, 2017 at 8:59 PM -0400, = "Stuart Tremain" <webdna@idfk.com.au> wrote:

Brian, when you say it chokes, do you mean that WebDNA = stalls or do you get a MySQL error message ?


Kind regards

Stuart Tremain
Pharoah Lane Software
AUSTRALIA






On 21 Mar 2017, at 11:15, <brian@endeavotech.com> <brian@endeavotech.com> wrote:

Hi= Stewart,
I have my content field set to MEDIUMBLOB which = allows for 16mb max files.
So far, I am using files = around 100kb, so I am not reaching the max yet.
 
My query writes all the data fields and uploads = ..txt files, but once I change to a file like a PDF, it chokes.
 
[showif [referer]^file_manager.dna]
[FormVariables]
[showif = [name]^filename]
          &nb= sp;     [text show=3DF]TheFileNM=3D[Middle = StartAfter=3Dfilename=3D"&EndBefore=3D"][name][/middle][/text]
[/showif]
[showif [name]^CPK]
          &nb= sp;     [text show=3DF]CPK=3D[value][/text]
[/showif]
[showif [name]^JPK]
          &nb= sp;     [text show=3DF]JPK=3D[value][/text]
[/showif]
[/FormVariables]
 
[hideif [TheFileNM]=3D]
[hideif [CPK]=3D]
[hideif [JPK]=3D]
[FormVariables]
[showif [name]^"thefile"]
[SQLExecute = conn_ref=3DTheBlueBiller&result_var=3DUPLOAD_INS]
INSERT INTO UPLOAD
(FILE_ID, COMPANY_ID, CLIENT_ID, JOB_ID, NAME, = CONTENT, ROW_ADDED_DTTM)
VALUES ('', = '[LOGIN_COMPANY_ID]', '[CPK]', '[JPK]', '[TheFileNM]', '[convertchars = db=3Ddatabases/upload.db][value][/convertchars]', '[date %Y-%m-%d = %H:%M:%S]')
[/SQLExecute]
[/showif]
[/FormVariables]
[/hideif]
[/hideif]
[/hideif]
 
[!]=3D=3D=3D=3D=3D=3D=3D=3DUPLOAD.DB = FILE------------[/!]
FROM   TO
'          &n= bsp;    \'
"          &n= bsp;   \"
\          &n= bsp;   \\
%          &n= bsp; \%
 
From: Stuart Tremain [mailto:webdna@idfk.com.au] 
Sent: Monday, March 20, 2017 6:43 = PM
To: WebDNA Talk List <talk@webdna.us>
Subject: Re: [WebDNA] Upload file to = mysql
 
Hi Brian
 
I have not done that, but providing your = MySQL field is LONGBLOB all should work. 
 
Also to be able to insert images that are = bigger than 1MB you have to increase the max_allowed_packed option in = the server configuration file.
 
I use Navicat to write all my queries and then copy = & paset the query into my WebDNA doc. Navicat makes writing & = debugging fast.
 
Kind regards
 
Stuart Tremain
Pharoah Lane Software
AUSTRALIA
 
 
 

 

 
On 21 Mar 2017, at 07:55, Brian Boegershausen <brian@endeavotech.com> = wrote:
 

Anyone successfully upload a file to a mysql = db?
I can upload a text file but that is it.
Jpg and gif fail.

Unbuntu 14
Webdna 8.2
Mysql 5.5

 

Brian = Boegershausen

 
 
--------------------------------------------------------- = This message is sent to you because you are subscribed to the mailing = list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us
 
 
Virus-free. www.avg.com
--------------------------------------------------------- = This message is sent to you because you are subscribed to the mailing = list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us
--------------------------------------------------------- = This message is sent to you because you are subscribed to the mailing = list . To unsubscribe, E-mail = to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us

--------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us
--------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us

= --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us --Apple-Mail=_111286E6-1F49-4CF2-AD53-2B804E59130F-- . Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] Upload file to mysql (Brian Boegershausen 2017)
  2. Re: [WebDNA] Upload file to mysql (Stuart Tremain 2017)
  3. Re: [WebDNA] Upload file to mysql (Brian Boegershausen 2017)
  4. Re: [WebDNA] Upload file to mysql (Stuart Tremain 2017)
  5. Re: [WebDNA] Upload file to mysql (Stuart Tremain 2017)
  6. Re: [WebDNA] Upload file to mysql (Brian Boegershausen 2017)
  7. Re: [WebDNA] Upload file to mysql (Stuart Tremain 2017)
  8. RE: [WebDNA] Upload file to mysql ( 2017)
  9. Re: [WebDNA] Upload file to mysql (Stuart Tremain 2017)
  10. RE: [WebDNA] Upload file to mysql ( 2017)
  11. Re: [WebDNA] Upload file to mysql (Stuart Tremain 2017)
  12. Re: [WebDNA] Upload file to mysql (Brian Boegershausen 2017)
  13. Re: [WebDNA] Upload file to mysql (Stuart Tremain 2017)
  14. RE: [WebDNA] Upload file to mysql ( 2017)
  15. [BULK] Re: [WebDNA] Upload file to mysql ("WJ Starck, DDS" 2017)
  16. Re: [WebDNA] Upload file to mysql (Stuart Tremain 2017)
  17. [WebDNA] Upload file to mysql (Brian Boegershausen 2017)
1074 --Apple-Mail=_111286E6-1F49-4CF2-AD53-2B804E59130F Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii What is the error ? Kind regards Stuart Tremain Pharoah Lane Software AUSTRALIA webdna@idfk.com.au > On 21 Mar 2017, at 12:00, Brian Boegershausen = wrote: >=20 > Mysql error. >=20 >=20 > Brian Boegershausen >=20 >=20 >=20 >=20 >=20 >=20 > On Mon, Mar 20, 2017 at 8:59 PM -0400, "Stuart Tremain" = > wrote: >=20 > Brian, when you say it chokes, do you mean that WebDNA stalls or do = you get a MySQL error message ? >=20 >=20 > Kind regards >=20 > Stuart Tremain > Pharoah Lane Software > AUSTRALIA > webdna@idfk.com.au >=20 >=20 >=20 >=20 >=20 >=20 >> On 21 Mar 2017, at 11:15, > > wrote: >>=20 >> Hi Stewart, >> I have my content field set to MEDIUMBLOB which allows for 16mb max = files. >> So far, I am using files around 100kb, so I am not reaching the max = yet. >> =20 >> My query writes all the data fields and uploads .txt files, but once = I change to a file like a PDF, it chokes. >> =20 >> [showif [referer]^file_manager.dna] >> [formvariables] >> [showif [name]^filename] >> [text show=3DF]TheFileNM=3D[Middle = StartAfter=3Dfilename=3D"&EndBefore=3D"][name][/middle][/text] >> [/showif] >> [showif [name]^CPK] >> [text show=3DF]CPK=3D[value][/text] >> [/showif] >> [showif [name]^JPK] >> [text show=3DF]JPK=3D[value][/text] >> [/showif] >> [/FormVariables] >> =20 >> [hideif [TheFileNM]=3D] >> [hideif [CPK]=3D] >> [hideif [JPK]=3D] >> [formvariables] >> [showif [name]^"thefile"] >> [SQLExecute conn_ref=3DTheBlueBiller&result_var=3DUPLOAD_INS] >> INSERT INTO UPLOAD >> (FILE_ID, COMPANY_ID, CLIENT_ID, JOB_ID, NAME, CONTENT, = ROW_ADDED_DTTM) >> VALUES ('', '[LOGIN_COMPANY_ID]', '[CPK]', '[JPK]', '[TheFileNM]', = '[convertchars db=3Ddatabases/upload.db][value][/convertchars]', '[date = %Y-%m-%d %H:%M:%S]') >> [/SQLExecute] >> [/showif] >> [/FormVariables] >> [/hideif] >> [/hideif] >> [/hideif] >> =20 >> [!]=3D=3D=3D=3D=3D=3D=3D=3DUPLOAD.DB FILE------------[/!] >> FROM TO >> ' \' >> " \" >> \ \\ >> % \% >> =20 >> From: Stuart Tremain [mailto:webdna@idfk.com.au = ]=20 >> Sent: Monday, March 20, 2017 6:43 PM >> To: WebDNA Talk List > >> Subject: Re: [WebDNA] Upload file to mysql >> =20 >> Hi Brian >> =20 >> I have not done that, but providing your MySQL field is LONGBLOB all = should work.=20 >> =20 >> Also to be able to insert images that are bigger than 1MB you have to = increase the max_allowed_packed option in the server configuration file. >> =20 >> I use Navicat to write all my queries and then copy & paset the query = into my WebDNA doc. Navicat makes writing & debugging fast. >> =20 >> Kind regards >> =20 >> Stuart Tremain >> Pharoah Lane Software >> AUSTRALIA >> webdna@idfk.com.au >> =20 >> =20 >> =20 >> =20 >>=20 >> =20 >>> On 21 Mar 2017, at 07:55, Brian Boegershausen > wrote: >>> =20 >>> Anyone successfully upload a file to a mysql db? >>> I can upload a text file but that is it. >>> Jpg and gif fail. >>>=20 >>> Unbuntu 14 >>> Webdna 8.2 >>> Mysql 5.5 >>>=20 >>> =20 >>> Brian Boegershausen >>>=20 >>> =20 >>> =20 >>> --------------------------------------------------------- This = message is sent to you because you are subscribed to the mailing list . = To unsubscribe, E-mail to: archives: = http://mail.webdna.us/list/talk@webdna.us = Bug Reporting: = support@webdna.us >> =20 >> =20 >> = =09 >> Virus-free. www.avg.com = >> --------------------------------------------------------- This = message is sent to you because you are subscribed to the mailing list . = To unsubscribe, E-mail to: archives: = http://mail.webdna.us/list/talk@webdna.us = Bug Reporting: = support@webdna.us = ------------------------------------------------= --------- This message is sent to you because you are subscribed to the = mailing list . To unsubscribe, E-mail to: archives: = http://mail.webdna.us/list/talk@webdna.us = Bug Reporting: = support@webdna.us > --------------------------------------------------------- This message = is sent to you because you are subscribed to the mailing list . To = unsubscribe, E-mail to: archives: = http://mail.webdna.us/list/talk@webdna.us Bug Reporting: = support@webdna.us > --------------------------------------------------------- This message = is sent to you because you are subscribed to the mailing list . To = unsubscribe, E-mail to: archives: = http://mail.webdna.us/list/talk@webdna.us Bug Reporting: = support@webdna.us --Apple-Mail=_111286E6-1F49-4CF2-AD53-2B804E59130F Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii What is the error ?

Kind regards

Stuart Tremain
Pharoah Lane Software
AUSTRALIA






On 21 Mar 2017, at 12:00, Brian Boegershausen <brian@endeavotech.com> wrote:

Mysql error.


Brian Boegershausen






On Mon, Mar 20, 2017 at 8:59 PM -0400, = "Stuart Tremain" <webdna@idfk.com.au> wrote:

Brian, when you say it chokes, do you mean that WebDNA = stalls or do you get a MySQL error message ?


Kind regards

Stuart Tremain
Pharoah Lane Software
AUSTRALIA






On 21 Mar 2017, at 11:15, <brian@endeavotech.com> <brian@endeavotech.com> wrote:

Hi= Stewart,
I have my content field set to MEDIUMBLOB which = allows for 16mb max files.
So far, I am using files = around 100kb, so I am not reaching the max yet.
 
My query writes all the data fields and uploads = ..txt files, but once I change to a file like a PDF, it chokes.
 
[showif [referer]^file_manager.dna]
[showif = [name]^filename]
          &nb= sp;     [text show=3DF]TheFileNM=3D[Middle = StartAfter=3Dfilename=3D"&EndBefore=3D"][name][/middle][/text]
[/showif]
[showif [name]^CPK]
          &nb= sp;     [text show=3DF]CPK=3D[value][/text]
[/showif]
[showif [name]^JPK]
          &nb= sp;     [text show=3DF]JPK=3D[value][/text]
[/showif]
[/FormVariables]
 
[hideif [TheFileNM]=3D]
[hideif [CPK]=3D]
[hideif [JPK]=3D]
[showif [name]^"thefile"]
[SQLExecute = conn_ref=3DTheBlueBiller&result_var=3DUPLOAD_INS]
INSERT INTO UPLOAD
(FILE_ID, COMPANY_ID, CLIENT_ID, JOB_ID, NAME, = CONTENT, ROW_ADDED_DTTM)
VALUES ('', = '[LOGIN_COMPANY_ID]', '[CPK]', '[JPK]', '[TheFileNM]', '[convertchars = db=3Ddatabases/upload.db][value][/convertchars]', '[date %Y-%m-%d = %H:%M:%S]')
[/SQLExecute]
[/showif]
[/FormVariables]
[/hideif]
[/hideif]
[/hideif]
 
[!]=3D=3D=3D=3D=3D=3D=3D=3DUPLOAD.DB = FILE------------[/!]
FROM   TO
'          &n= bsp;    \'
"          &n= bsp;   \"
\          &n= bsp;   \\
%          &n= bsp; \%
 
From: Stuart Tremain [mailto:webdna@idfk.com.au] 
Sent: Monday, March 20, 2017 6:43 = PM
To: WebDNA Talk List <talk@webdna.us>
Subject: Re: [WebDNA] Upload file to = mysql
 
Hi Brian
 
I have not done that, but providing your = MySQL field is LONGBLOB all should work. 
 
Also to be able to insert images that are = bigger than 1MB you have to increase the max_allowed_packed option in = the server configuration file.
 
I use Navicat to write all my queries and then copy = & paset the query into my WebDNA doc. Navicat makes writing & = debugging fast.
 
Kind regards
 
Stuart Tremain
Pharoah Lane Software
AUSTRALIA
 
 
 

 

 
On 21 Mar 2017, at 07:55, Brian Boegershausen <brian@endeavotech.com> = wrote:
 

Anyone successfully upload a file to a mysql = db?
I can upload a text file but that is it.
Jpg and gif fail.

Unbuntu 14
Webdna 8.2
Mysql 5.5

 

Brian = Boegershausen

 
 
--------------------------------------------------------- = This message is sent to you because you are subscribed to the mailing = list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us
 
 
Virus-free. www.avg.com
--------------------------------------------------------- = This message is sent to you because you are subscribed to the mailing = list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us
--------------------------------------------------------- = This message is sent to you because you are subscribed to the mailing = list . To unsubscribe, E-mail = to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us

--------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us
--------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us
= --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us --Apple-Mail=_111286E6-1F49-4CF2-AD53-2B804E59130F-- . Stuart Tremain

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Pulling Javascript from a DB (2004) (1997) WebCat2b13MacPlugin - [math][date][/math] problem (1997) EIMS Problems (1997) Putting & into a database (1999) question: webdelivery folder and file (1997) show all problem (1997) Followup question re: checksum for credit cards? (1997) whole word matching (2004) Cookie Problems (2000) [/application] error? (1997) send mail problem? (1997) WC Database Format (1997) Smith Micro - no competition (2000) Anyone awake? Newby moves deeper! Sitesearch & Customer (2000) POST Datamissing? (1998) in header include files? (1998) WebCat2 - [format thousands] (1997) PIXO Support (1997) WebCatalog 4.0.2b5 available (2000)